]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add Python indentation style to editorconfig; refs #12023
authorChris Rebert <github@rebertia.com>
Thu, 26 Dec 2013 21:44:27 +0000 (13:44 -0800)
committerChris Rebert <github@rebertia.com>
Thu, 26 Dec 2013 21:44:27 +0000 (13:44 -0800)
.editorconfig

index cf8d7fa6eef1af8898de295fceebbb2ce1c79f73..0b008c95741b5c306e2da244950b920ebc93961e 100644 (file)
@@ -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