diff options
| author | Chris Rebert <[email protected]> | 2014-02-01 13:35:12 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-01 13:35:12 -0800 |
| commit | 9c054fd4c0db89cbbb1df3c868bafc4f2c17c3e3 (patch) | |
| tree | 16d12d016421224facfd27b24e25da43215d765a | |
| parent | 362708acdd1f75bf5ccbcd98dfbb5e005297921b (diff) | |
| parent | 59a38b7bf6104f62fa5955a11739bd42e265d2e4 (diff) | |
| download | bootstrap-9c054fd4c0db89cbbb1df3c868bafc4f2c17c3e3.tar.xz bootstrap-9c054fd4c0db89cbbb1df3c868bafc4f2c17c3e3.zip | |
Merge pull request #12503 from ZDroid/ed
Don't re-set indent style for [*.py]
| -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 |
