mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
.gitattributes and .editorconfig add (sh lf,cmd crlf)
This commit is contained in:
14
.editorconfig
Normal file
14
.editorconfig
Normal file
@@ -0,0 +1,14 @@
|
||||
root = true
|
||||
|
||||
# All
|
||||
[*]
|
||||
charset = utf-8
|
||||
|
||||
# Extension
|
||||
[*.sh]
|
||||
end_of_line = lf
|
||||
|
||||
[*.cmd]
|
||||
end_of_line = crlf
|
||||
|
||||
# EOF
|
||||
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- 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
|
||||
Reference in New Issue
Block a user