1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 03:00:06 +08:00
SpaceVim/bundle/neoformat/.editorconfig
2020-06-13 14:06:35 +08:00

14 lines
184 B
INI

[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.vim]
indent_size = 4
tab_width = 4
[*.vader]
indent_size = 2