From 9a1d81f154f4391f9fea47fc26cd2fa864d6ae8a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 20 Oct 2017 14:00:57 +0300 Subject: [PATCH] .editorconfig: remove rule for *.py files. (#24443) --- .editorconfig | 3 --- 1 file changed, 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