diff options
author | Tsuyoshi CHO <Tsuyoshi.CHO@Gmail.com> | 2019-12-29 14:20:28 +0900 |
---|---|---|
committer | Tsuyoshi CHO <Tsuyoshi.CHO@Gmail.com> | 2019-12-29 14:20:28 +0900 |
commit | 598ce640f24f601c8d4e6b8b287f5e5212978370 (patch) | |
tree | 723b8239e9bb83c4909daa6f03138bf812835ccc /.editorconfig | |
parent | 38c4e67140ee3e37c8c06765e111d00e2d1211dd (diff) | |
download | vim-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-- | .editorconfig | 14 |
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 |