mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
17 lines
148 B
INI
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
|