diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-10-10 15:32:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 15:32:00 +0800 |
commit | b74ee5b5df3a65bd06571fe50b7f654a8782ad99 (patch) | |
tree | 48729cb5622e6e62564300c387e22692a66f94da | |
parent | adde1d0a5001de44c8ee331f671668d509e23ce2 (diff) | |
parent | e16a7abf59e3f1959d01a0c73c691d4a6ffd5e0c (diff) | |
download | lua-language-server-b74ee5b5df3a65bd06571fe50b7f654a8782ad99.zip |
Merge pull request #2287 from gpanders/editorconfig-end-of-line
Do not use off-spec value for end_of_line
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig index e432c7eb..9ae4af12 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,10 +18,6 @@ continuation_indent = 4 # this option decides when to chopdown the code max_line_length = 120 -# optional crlf/lf/cr/auto, if it is 'auto', in windows it is crlf other platforms are lf -# in neovim the value 'auto' is not a valid option, please use 'unset' -end_of_line = auto - #optional keep/never/always/smart trailing_table_separator = keep |