Skip to content

Commit

Permalink
add: .prettierrc.yaml
Browse files Browse the repository at this point in the history
Mapped all Prettier options
  • Loading branch information
kon-pas committed Oct 1, 2023
1 parent 7945d8b commit 77e2b7a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
printWidth: 100
tabWidth: 2
useTabs: false
semi: false
singleQuote: true
quoteProps: 'as-needed'
trailingComma: 'es5'
bracketSpacing: true
arrowParens: 'avoid'
requirePragma: false
insertPragma: false
proseWrap: 'preserve'
htmlWhitespaceSensitivity: 'css'
endOfLine: 'lf'
embeddedLanguageFormatting: 'auto'
singleAttributePerLine: false

0 comments on commit 77e2b7a

Please sign in to comment.