mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
15 lines
111 B
INI
15 lines
111 B
INI
root = true
|
|
|
|
# All
|
|
[*]
|
|
charset = utf-8
|
|
|
|
# Extension
|
|
[*.sh]
|
|
end_of_line = lf
|
|
|
|
[*.cmd]
|
|
end_of_line = crlf
|
|
|
|
# EOF
|