1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 12:50:04 +08:00
SpaceVim/.editorconfig
2017-10-04 19:19:08 +08:00

10 lines
120 B
INI

root = true
[*.vim]
indent_style = space
indent_size = 2
end_of_line = 1f
insert_final_newline = true
charset = utf_8