Skip to content

Commit

Permalink
prettier defaults to harden the config against future update side-eff…
Browse files Browse the repository at this point in the history
…ects
  • Loading branch information
GottZ committed Mar 16, 2024
1 parent 3b54dde commit 0cd2694
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"embeddedLanguageFormatting": "off",
"parser": "typescript",
"printWidth": 120,
"arrowParens": "avoid"
"arrowParens": "avoid",
"useTabs": false,
"endOfLine": "lf",
"trailingComma": "all"
}

0 comments on commit 0cd2694

Please sign in to comment.