aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2019-12-29 14:20:28 +0900
committerTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2019-12-29 14:20:28 +0900
commit598ce640f24f601c8d4e6b8b287f5e5212978370 (patch)
tree723b8239e9bb83c4909daa6f03138bf812835ccc /.gitattributes
parent38c4e67140ee3e37c8c06765e111d00e2d1211dd (diff)
downloadvim-lsp-settings-598ce640f24f601c8d4e6b8b287f5e5212978370.tar.gz
vim-lsp-settings-598ce640f24f601c8d4e6b8b287f5e5212978370.tar.bz2
vim-lsp-settings-598ce640f24f601c8d4e6b8b287f5e5212978370.zip
.gitattributes and .editorconfig add (sh lf,cmd crlf)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..4008ef7
--- /dev/null
+++ b/.gitattributes
@@ -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