]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.editorconfig: remove rule for *.py files. (#24443)
authorXhmikosR <xhmikosr@gmail.com>
Fri, 20 Oct 2017 11:00:57 +0000 (14:00 +0300)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2017 11:00:57 +0000 (14:00 +0300)
.editorconfig

index c193ae07150c3d9231411aeacd453ce6273cccee..9d5248e86f3723738102016ccbe9d8ed7d6ee1a8 100644 (file)
@@ -12,6 +12,3 @@ trim_trailing_whitespace = true
 
 [*.md]
 trim_trailing_whitespace = false
-
-[*.py]
-indent_size = 4