Skip to content

Commit

Permalink
add json to gitattributes and endOfLine to prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
emiljohansson committed Mar 11, 2023
1 parent 8f3d767 commit cc57737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* text=auto eol=lf
* text=auto eol=lf
*.json eol=lf
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"endOfLine": "lf",
"plugins": [],
"pluginSearchDirs": ["."],
"overrides": []
Expand Down

0 comments on commit cc57737

Please sign in to comment.