style: tabs, 2 for rs, 4 for py
This commit is contained in:
parent
d7107619b7
commit
617a477be9
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue