1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 04:00:03 +08:00
SpaceVim/.editorconfig

15 lines
183 B
INI
Raw Permalink Normal View History

2017-10-04 19:19:08 +08:00
root = true
[*.vim]
indent_style = space
indent_size = 2
end_of_line = lf
2017-10-04 19:19:08 +08:00
insert_final_newline = true
charset = utf-8
2017-10-04 19:19:08 +08:00
2024-03-24 19:47:09 +08:00
[*.toml]
indent_style = space
indent_size = 4
charset = utf-8