mirror of
https://github.com/slendidev/lunar.git
synced 2026-06-16 01:09:37 +03:00
42f5eb7426
Signed-off-by: Slendi <slendi@socopon.com>
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
|
|
|