Skip to content

Commit

Permalink
Update onecfg
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Oct 31, 2023
1 parent 6fbbefe commit 46af05d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"bracketSpacing": true,
"printWidth": 100,
"proseWrap": "always",
"quoteProps": "consistent",
"singleQuote": true
"singleQuote": true,
"trailingComma": "all"
}

0 comments on commit 46af05d

Please sign in to comment.