Skip to content

Commit

Permalink
build: update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Mar 18, 2024
1 parent c2cdd2b commit e275d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "css",
"printWidth": 120,
"quoteProps": "as-needed",
Expand All @@ -10,4 +10,4 @@
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}
}

0 comments on commit e275d4d

Please sign in to comment.