Python scripts have 4-spaces indent

This commit is contained in:
Sandro Santilli 2016-10-14 16:33:44 +02:00
parent 799510f73a
commit 60b4b4db18

View File

@ -11,3 +11,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
# python scripts have 4 spaces indent
[*.py]
indent_size = 4