add Python indentation style to editorconfig; refs #12023

This commit is contained in:
Chris Rebert 2013-12-26 13:44:27 -08:00
parent be6ad3fda0
commit 0bcc5a2814
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4