Skip to content

Commit

Permalink
yaml config
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jul 11, 2024
1 parent b6ec2cf commit 1e394fe
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .prettierrc.json

This file was deleted.

26 changes: 26 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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 1e394fe

Please sign in to comment.