mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
21 lines
269 B
INI
21 lines
269 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|
||
|
tab_width = 8
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
charset = utf-8
|
||
|
|
||
|
[*.lua]
|
||
|
tab_width = 2
|
||
|
|
||
|
[*.py]
|
||
|
indent_size = 4
|
||
|
tab_width = 4
|
||
|
|
||
|
[{Makefile,**/Makefile,runtime/doc/*.txt}]
|
||
|
indent_style = tab
|
||
|
indent_size = 8
|