Skip to content

Commit

Permalink
chore: mark all text files with git with LF endings
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed May 31, 2022
1 parent be4892e commit 5b0655e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .gitattributes
@@ -1,7 +1,5 @@
# text files must be lf for golden file tests to work
*.txt eol=lf
*.json eol=lf
*.py eol=lf
*.yml eol=lf
*.yaml eol=lf
*.md eol=lf
* text=auto eol=lf

# make project show as TS on GitHub
*.js linguist-detectable=false

0 comments on commit 5b0655e

Please sign in to comment.