Skip to content

Commit

Permalink
Update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 15, 2024
1 parent 6339aea commit c0be415
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

14 changes: 14 additions & 0 deletions prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
overrides:
- files: ["*.yaml", "*.yml", "*.toml", "*.json", "*.ini"]
options:
tabWidth: 2
singleQuote: false
experimentalTernaries: true
useTabs: false
- files: ["*.md"]
options:
singleQuote: false
- files: ["*.js", "*.jsx", "*.ts", "*.tsx", "*.cjs", "*.mjs"]
options:
printWidth: 120
singleQuote: true

0 comments on commit c0be415

Please sign in to comment.