This commit is contained in:
ziirish 2015-08-03 00:47:26 +02:00
parent 091a64b756
commit cd4f95f1ef

View file

@ -11,11 +11,11 @@ end_of_line = lf
insert_final_newline = true
charset = utf-8
[**/*.{js,html,css}]
[*.{js,html,css}]
indent_style = tab
indent_size = 2
[**/*.py]
[*.py]
indent_style = space
indent_size = 4