style: moved settings into globals
This commit is contained in:
parent
2ad89a61d2
commit
bcf293a8ad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue