mirror of
https://git.disroot.org/80486DX2-66/polonium.git
synced 2024-11-08 13:42:31 +05:30
17 lines
221 B
INI
17 lines
221 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = crlf
|
|
indent_size = 4
|
|
insert_final_newline = true
|
|
|
|
[{*.{c,d,h,py,sh},Makefile}]
|
|
max_line_length = 80
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[*.{c,h}]
|
|
trim_trailing_whitespace = true
|