diff options
Diffstat (limited to '.editorconfig')
-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 |