style: tabs, 2 for rs, 4 for py

This commit is contained in:
əlemi 2022-07-06 12:41:40 +02:00
parent d7107619b7
commit 617a477be9
No known key found for this signature in database
GPG key ID: BBCBFE5D7244634E

View file

@ -1,10 +1,13 @@
# 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
[*.rs]
indent_size = 2