Skip to content

Commit

Permalink
config: Configure prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin23 committed Nov 9, 2024
1 parent 78a8a18 commit d4ccc4a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
{}
{
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"semi": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"trailingComma": "none",
"bracketSameLine": true,
"printWidth": 100
}

0 comments on commit d4ccc4a

Please sign in to comment.