diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-04 02:27:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 02:27:03 +0800 |
commit | 0c84fa743e7c267cf7e00842ecddc463fdde8223 (patch) | |
tree | e2e12dc0e99e0f62c355633956a93c68364ad9dc | |
parent | eae37dadcf034cc6b0816712efae9ec6f32fcdb2 (diff) | |
parent | 16c708e67331e80d5e83a7c0906f2303f58ada8a (diff) | |
download | lua-language-server-0c84fa743e7c267cf7e00842ecddc463fdde8223.zip |
Merge pull request #1010 from kevinhwang91/update-editorconfig
chore(editorconfig): use lf for end_of_line
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 95014d8b..100b2c99 100644 --- a/.editorconfig +++ b/.editorconfig @@ -43,7 +43,7 @@ if_condition_no_continuation_indent = false # optional crlf/lf -end_of_line = crlf +end_of_line = lf # [line layout] # The following configuration supports three expressions |