Skip to content

Commit

Permalink
Format code using prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Aug 1, 2020
1 parent 111cc03 commit 4864292
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .prettierrc.yml
@@ -0,0 +1,12 @@
phpVersion: "7.4"
trailingComma: all
printWidth: 80
tabWidth: 4
useTabs: false
singleQuote: true
trailingCommaPHP: true
braceStyle: psr-2
requirePragma: false
insertPragma: false
semi: false
vueIndentScriptAndStyle: true

0 comments on commit 4864292

Please sign in to comment.