Skip to content

Commit

Permalink
Update .prettierrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 23, 2022
1 parent f09d198 commit b6c0146
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"useTabs": false,
"tabWidth": 4,
"trailingComma": "none",
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"printWidth": 250
"useTabs": false,
"tabWidth": 4,
"trailingComma": "none",
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"printWidth": 250,
"bracketSameLine": false
}

0 comments on commit b6c0146

Please sign in to comment.