diff options
| author | Chris Rebert <[email protected]> | 2013-12-26 13:44:27 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-26 13:44:27 -0800 |
| commit | 0bcc5a2814a19811d3c4dafdf2761250b5f441eb (patch) | |
| tree | b9e2c589061fc3db5d5fa17b1db09a3d073fd1b3 | |
| parent | be6ad3fda01de07931d8768708cc17385a552b92 (diff) | |
| download | bootstrap-0bcc5a2814a19811d3c4dafdf2761250b5f441eb.tar.xz bootstrap-0bcc5a2814a19811d3c4dafdf2761250b5f441eb.zip | |
add Python indentation style to editorconfig; refs #12023
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index cf8d7fa6e..0b008c957 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |
