Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
3238: Added prettifier config
Browse files Browse the repository at this point in the history
  • Loading branch information
druchniewicz committed Mar 29, 2024
1 parent 69e08c2 commit ee67b02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions owa/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 120,
"quoteProps": "preserve",
"arrowParens": "always",
"singleQuote": false,
"semi": true,
"bracketSameLine": false,
"singleAttributePerLine": true
}

0 comments on commit ee67b02

Please sign in to comment.