Browse Source

chore: fix line endings

pull/223/head
ObserverOfTime 1 year ago
committed by Amaan Qureshi
parent
commit
fd3e67ac62
2 changed files with 2 additions and 1 deletions
  1. +0
    -1
      .editorconfig
  2. +2
    -0
      .gitattributes

+ 0
- 1
.editorconfig View File

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

+ 2
- 0
.gitattributes View File

@ -1,5 +1,7 @@
* text=auto eol=lf * text=auto eol=lf
test/corpus/crlf.txt eol=crlf
examples/* linguist-vendored examples/* linguist-vendored
src/*.json linguist-generated src/*.json linguist-generated

Loading…
Cancel
Save