aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
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 /.editorconfig
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 '.editorconfig')
-rw-r--r--.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..06f8939
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+# All
+[*]
+charset = utf-8
+
+# Extension
+[*.sh]
+end_of_line = lf
+
+[*.cmd]
+end_of_line = crlf
+
+# EOF