diff options
author | kevinhwang91 <kevin.hwang@live.com> | 2022-04-02 22:59:13 +0800 |
---|---|---|
committer | kevinhwang91 <kevin.hwang@live.com> | 2022-04-02 22:59:13 +0800 |
commit | 16c708e67331e80d5e83a7c0906f2303f58ada8a (patch) | |
tree | df4947056de3e1151d595c9e055e8ffce4942fa6 | |
parent | 499cd3acfe00bc38899d1bab2ed1b39dd11e14f6 (diff) | |
download | lua-language-server-16c708e67331e80d5e83a7c0906f2303f58ada8a.zip |
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 |