From: Chris Rebert Date: Thu, 26 Dec 2013 21:44:27 +0000 (-0800) Subject: add Python indentation style to editorconfig; refs #12023 X-Git-Tag: v3.1.0~136^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bcc5a2814a19811d3c4dafdf2761250b5f441eb;p=thirdparty%2Fbootstrap.git add Python indentation style to editorconfig; refs #12023 --- diff --git a/.editorconfig b/.editorconfig index cf8d7fa6ee..0b008c9574 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,7 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.py] +indent_style = space +indent_size = 4