From: Zlatan Vasović Date: Sat, 1 Feb 2014 13:37:19 +0000 (+0100) Subject: Don't re-set indent style for [*.py] X-Git-Tag: v3.2.0~403^2~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59a38b7bf6104f62fa5955a11739bd42e265d2e4;p=thirdparty%2Fbootstrap.git Don't re-set indent style for [*.py] Just inherit it from [*]. --- diff --git a/.editorconfig b/.editorconfig index 0b008c9574..4228522f9d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,4 @@ trim_trailing_whitespace = true insert_final_newline = true [*.py] -indent_style = space indent_size = 4