style: moved settings into globals

This commit is contained in:
əlemi 2022-07-06 12:42:29 +02:00
parent 2ad89a61d2
commit bcf293a8ad
No known key found for this signature in database
GPG key ID: BBCBFE5D7244634E

View file

@ -1,10 +1,10 @@
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
indent_style = tab
end_of_line = lf
insert_final_newline = true
[*.py]
charset = utf-8
indent_style = tab
indent_size = 4