diff options
| author | Zlatan Vasović <[email protected]> | 2014-02-01 14:37:19 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-02-01 14:37:19 +0100 |
| commit | 59a38b7bf6104f62fa5955a11739bd42e265d2e4 (patch) | |
| tree | 6292d96ccdafa0af26ccfd939792dc523b776c4a /.editorconfig | |
| parent | 1409cde7e800ca83fd761f87e5ad8f0d259e38d1 (diff) | |
| download | bootstrap-59a38b7bf6104f62fa5955a11739bd42e265d2e4.tar.xz bootstrap-59a38b7bf6104f62fa5955a11739bd42e265d2e4.zip | |
Don't re-set indent style for [*.py]
Just inherit it from [*].
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 0b008c957..4228522f9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,4 @@ trim_trailing_whitespace = true insert_final_newline = true [*.py] -indent_style = space indent_size = 4 |
