🔧 Update Prettier config

pull/2/head
James Panther 2021-08-17 11:03:47 +10:00
parent c51f34ca35
commit b7c2dcd6b2
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
{
"htmlWhitespaceSensitivity": "css",
"printWidth": 100,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"overrides": [
{
"files": ["*.html"],