mirror of
https://github.com/LIV2/amitools.git
synced 2025-12-05 22:22:45 +00:00
15 lines
169 B
INI
15 lines
169 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{py,pyx,pyd,c,h}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|