Skip to content

Commit

Permalink
style: Amend Prettier config for Windows
Browse files Browse the repository at this point in the history
Use endOfLine: auto to play nicely with Git's core.autocrlf: auto.
Otherwise CRLFs will be reformatted to LF and be outgoing changes.
  • Loading branch information
kkuegler committed Aug 9, 2023
1 parent 06b912f commit 4804950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"useTabs": true,
"printWidth": 100
"printWidth": 100,
"endOfLine": "auto"
}

0 comments on commit 4804950

Please sign in to comment.