mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 01:00:06 +08:00
15 lines
183 B
INI
15 lines
183 B
INI
root = true
|
|
|
|
[*.vim]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
|
|
[*.toml]
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|
|
|