mirror of
https://github.com/Rikj000/MoniGoMani.git
synced 2022-03-06 00:08:05 +03:00
11 lines
170 B
INI
11 lines
170 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[{*.py, *.pyx, *.pxd}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4 |