From: XhmikosR Date: Fri, 20 Oct 2017 11:00:57 +0000 (+0300) Subject: .editorconfig: remove rule for *.py files. (#24443) X-Git-Tag: v4.0.0-beta.3~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1d81f154f4391f9fea47fc26cd2fa864d6ae8a;p=thirdparty%2Fbootstrap.git .editorconfig: remove rule for *.py files. (#24443) --- 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