diff options
| author | XhmikosR <[email protected]> | 2017-10-20 14:00:57 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-20 14:00:57 +0300 |
| commit | 9a1d81f154f4391f9fea47fc26cd2fa864d6ae8a (patch) | |
| tree | d4aba33e497316758c87fc12f6e12c34ba123ed9 | |
| parent | c86f72be96a31316a8493b96e1aa89ac0c335e19 (diff) | |
| download | bootstrap-9a1d81f154f4391f9fea47fc26cd2fa864d6ae8a.tar.xz bootstrap-9a1d81f154f4391f9fea47fc26cd2fa864d6ae8a.zip | |
.editorconfig: remove rule for *.py files. (#24443)
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig index c193ae071..9d5248e86 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,3 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false - -[*.py] -indent_size = 4 |
