Skip to content

Commit def1983

Browse files
Enforce consistent line endings
Most files in this project were already using LF, so standardize on that.
1 parent f408fa4 commit def1983

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

.editorconfig

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# editorconfig.org
2-
root = true
3-
4-
[*]
5-
charset = utf-8
6-
end_of_line = crlf
7-
indent_size = 4
8-
indent_style = tab
9-
insert_final_newline = true
10-
11-
[*.json]
12-
indent_size = 2
13-
indent_style = space
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_size = 4
8+
indent_style = tab
9+
insert_final_newline = true
10+
11+
[*.json]
12+
indent_size = 2
13+
indent_style = space

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* text eol=lf
2+
*.png binary
3+
*.exe binary
4+
*.dll binary
5+

0 commit comments

Comments
 (0)