Skip to content

Commit

Permalink
build: fix #160 add repo wide LF config (.gitattributes, .prettierrc)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 5, 2019
1 parent ed2be64 commit 4612a3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* text=auto eol=lf
*.gif -text
*.jpg -text
*.mp4 -text
*.pdf -text
*.png -text
*.gz -text
5 changes: 3 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"tabWidth": 4,
"arrowParens": "always"
}
"arrowParens": "always",
"endOfLine": "lf"
}

0 comments on commit 4612a3f

Please sign in to comment.