Skip to content

Commit afafdee

Browse files
Set line endings
Explicitly set line endings to CRLF, which hopefully makes `dotnet format` happy.
1 parent 15c5e38 commit afafdee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# All files
66
[*]
77
charset = utf-8
8+
end_of_line = crlf
89
indent_style = space
910
indent_size = 2
1011
insert_final_newline = true

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

0 commit comments

Comments
 (0)