mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
# -*- coding: utf-8 -*-
|
|
# vim:fenc=utf-8 ff=unix
|
|
|
|
# git system files
|
|
.gitattributes eol=lf
|
|
.gitignore eol=lf
|
|
.editorconfig eol=lf
|
|
|
|
*.sh text eol=lf
|
|
*.cmd -text
|
|
|
|
# EOF
|