Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-20 14:00:57 +0300
committerGitHub <noreply@github.com>2017-10-20 14:00:57 +0300
commit9a1d81f154f4391f9fea47fc26cd2fa864d6ae8a (patch)
treed4aba33e497316758c87fc12f6e12c34ba123ed9 /.editorconfig
parentc86f72be96a31316a8493b96e1aa89ac0c335e19 (diff)
.editorconfig: remove rule for *.py files. (#24443)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig
index c193ae0715..9d5248e86f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,6 +12,3 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
-
-[*.py]
-indent_size = 4