Files
dotfiles/dot_vim/plugged/vim-lsp-settings/dot_editorconfig

17 lines
148 B
Plaintext

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