Skip to content

Commit 2828de4

Browse files
authored
Don't enforce line endings
Line endings are currently very inconsistent. To be able to make concise commits easily without having every line's ending changed automatically, we should not enforce the line ending. Another reason to unset the line endings setting is to be able to make use of git's autocrlf. See [editorconfig/editorconfig#226](editorconfig/editorconfig#226 (comment))
1 parent 75d9400 commit 2828de4

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
@@ -4,7 +4,6 @@ root = true
44
[*]
55
indent_style = tab
66
indent_size = 4
7-
end_of_line = lf
87
charset = utf-8
98
trim_trailing_whitespace = true
109
insert_final_newline = true
@@ -18,6 +17,3 @@ indent_style = space
1817

1918
[*.md]
2019
trim_trailing_whitespace = false
21-
22-
[configure.ac]
23-
end_of_line = lf

0 commit comments

Comments
 (0)