diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-09 06:33:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-09 06:33:23 +0800 |
commit | 37d982bc8e5b2aa868d83611b33bce6b690942b4 (patch) | |
tree | 2b7a017efa0835a25fbd06dda95497ca0457e19a /.editorconfig | |
parent | 0ae02cdbb37daa086ba146f3f71115dae5e4d44f (diff) | |
download | lua-language-server-37d982bc8e5b2aa868d83611b33bce6b690942b4.zip |
add formatter
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 100b2c99..48df1807 100644 --- a/.editorconfig +++ b/.editorconfig @@ -43,7 +43,8 @@ if_condition_no_continuation_indent = false # optional crlf/lf -end_of_line = lf +end_of_line = auto +detect_end_of_line = true # [line layout] # The following configuration supports three expressions |