Skip to content

Commit

Permalink
change eol to auto in prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
dank074 committed Nov 20, 2024
1 parent 43b342a commit 7e4da0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"bracketSpacing": true,
"quoteProps": "as-needed",
"useTabs": true,
"singleQuote": false
"singleQuote": false,
"endOfLine": "auto"
}

0 comments on commit 7e4da0d

Please sign in to comment.