mirror of
https://github.com/slendidev/lunar.git
synced 2025-12-08 10:29:52 +02:00
12 lines
145 B
INI
12 lines
145 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{h,c,cpp}]
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
|