Skip to content

Commit b74ee5b

Browse files
authored
Merge pull request #2287 from gpanders/editorconfig-end-of-line
Do not use off-spec value for end_of_line
2 parents adde1d0 + e16a7ab commit b74ee5b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.editorconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ continuation_indent = 4
1818
# this option decides when to chopdown the code
1919
max_line_length = 120
2020

21-
# optional crlf/lf/cr/auto, if it is 'auto', in windows it is crlf other platforms are lf
22-
# in neovim the value 'auto' is not a valid option, please use 'unset'
23-
end_of_line = auto
24-
2521
#optional keep/never/always/smart
2622
trailing_table_separator = keep
2723

0 commit comments

Comments
 (0)