mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 03:37:58 +00:00
21 lines
260 B
INI
21 lines
260 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
|
|
[*.{py,swift,launch}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.{cpp,h,js,html,txt}]
|
|
indent_style = tab
|
|
|
|
[*.txt]
|
|
tab_width = 8
|
|
|
|
[CMakeLists.txt]
|
|
indent_style = space
|
|
indent_size = 2
|