Skip to content

Commit

Permalink
Create .prettierrc
Browse files Browse the repository at this point in the history
This might help to make sure editors that have prettier running don't change too much of the format. Might need tweaking.
  • Loading branch information
tordans committed Jan 6, 2022
1 parent cbdbb94 commit 23da8f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tabWidth": 4,
"useTabs": false,
"semi": false,
"printWidth": 80,
"proseWrap": "never",
"bracketSpacing": true,
"endOfLine": "lf"
}

0 comments on commit 23da8f4

Please sign in to comment.