chore: fix crlf line endings

pull/708/head
ObserverOfTime 2024-04-28 10:53:47 +07:00 committed by Amaan Qureshi
parent a22761025c
commit b466ffb4d7
2 changed files with 1 additions and 2 deletions

@ -2,7 +2,6 @@ root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

2
.gitattributes vendored

@ -1,4 +1,4 @@
* text eol=lf
* text=auto eol=lf
examples/crlf-line-endings.py eol=crlf
examples/python2-grammar-crlf.py eol=crlf