Define 4 spaces for indentation in .py files

This commit is contained in:
Walter Dolce 2016-04-09 19:11:11 +01:00
parent 5e3f9dd3a5
commit 5c201a01d4

View File

@ -4,3 +4,4 @@ root = true
[*.py]
indent_style = space
indent_size = 4