Skip to content

Commit

Permalink
add prettierrc (genshinsim#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
srliao authored Apr 5, 2024
1 parent d754930 commit 0f78658
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ui/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"arrowParens": "always",
"bracketSpacing": false,
"bracketSameLine": true,
"printWidth": 80,
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "all"
}

0 comments on commit 0f78658

Please sign in to comment.