Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 2665494

Browse files
ficristomarkelog
authored andcommitted
Misc: enforce LF in gitattributes and editorconfig
Closes gh-1966
1 parent e5059c3 commit 2665494

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ root = true
66
[*]
77
charset = utf-8
88
trim_trailing_whitespace = true
9+
end_of_line = lf
910
insert_final_newline = true
1011
indent_style = space
1112
indent_size = 4

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* text=auto
1+
* text eol=lf

0 commit comments

Comments
 (0)