Switching to CRLF

This commit is contained in:
Dustin Brett 2021-07-10 22:01:23 -07:00
parent 2380e96ba1
commit c8941f1668
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ root = true
[*]
charset = utf-8
end_of_line = lf
end_of_line = crlf
indent_size = 2
indent_style = space
insert_final_newline = true

2
.gitattributes vendored
View File

@ -1 +1 @@
* text=auto eol=lf
* text=auto eol=crlf