17 lines
183 B
INI
Executable File
17 lines
183 B
INI
Executable File
root = true
|
|
|
|
[*]
|
|
charset = latin1
|
|
end_of_line = lf
|
|
|
|
[{Makefile}]
|
|
indent_style = tab
|
|
tab_size = 4
|
|
|
|
[{*.c,*.h}]
|
|
indent_style = space
|
|
tab_size = 4
|
|
|
|
[{LICENSE,README.md}]
|
|
charset = utf-8
|