]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Don't re-set indent style for [*.py] 12503/head
authorZlatan Vasović <legospace9876@gmail.com>
Sat, 1 Feb 2014 13:37:19 +0000 (14:37 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Sat, 1 Feb 2014 13:37:19 +0000 (14:37 +0100)
Just inherit it from [*].

.editorconfig

index 0b008c95741b5c306e2da244950b920ebc93961e..4228522f9d6f89abcb874495187d2896d5f33c8f 100644 (file)
@@ -11,5 +11,4 @@ trim_trailing_whitespace = true
 insert_final_newline = true
 
 [*.py]
-indent_style = space
 indent_size = 4