Files
vim-lsp-settings-mirror/.editorconfig
2020-01-31 00:06:49 +09:00

17 lines
148 B
INI

root = true
# All
[*]
charset = utf-8
# Extension
[*.sh]
end_of_line = lf
indent_style = space
indent_size = 2
[*.cmd]
end_of_line = crlf
# EOF