Skip to content

Commit

Permalink
upd: prettierrc config update
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Nov 30, 2020
1 parent 5bfcd8a commit 4d183e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"semi": true,
"bracketSpacing": true,
"tabWidth": 2,
"printWidth": 150,
"printWidth": 300,
"useTabs": false,
"htmlWhitespaceSensitivity": "strict"
"htmlWhitespaceSensitivity": "strict",
"trailingComma": "none"
}

0 comments on commit 4d183e0

Please sign in to comment.