Skip to content

Commit

Permalink
Fix spacing number
Browse files Browse the repository at this point in the history
  • Loading branch information
Piterson25 committed Nov 16, 2023
1 parent fdfd2fd commit 808d35d
Show file tree
Hide file tree
Showing 69 changed files with 40,789 additions and 40,789 deletions.
20 changes: 10 additions & 10 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"useTabs": true,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"arrowParens": "always",
"endOfLine": "lf",
"semi": true,
"bracketSpacing": true,
"quoteProps": "preserve"
"useTabs": false,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"arrowParens": "always",
"endOfLine": "lf",
"semi": true,
"bracketSpacing": true,
"quoteProps": "preserve"
}
Loading

0 comments on commit 808d35d

Please sign in to comment.