Skip to content

Commit 436e29e

Browse files
erikkempermanphated
authored andcommitted
Build: Enforce consistent line endings
1 parent d10e239 commit 436e29e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ indent_size = 2
77
charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
10+
end_of_line = lf
1011

1112
[*.md]
1213
trim_trailing_whitespace = false

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text eol=lf

0 commit comments

Comments
 (0)