rage-framework-example/apps/browser/.prettierrc.yaml

14 lines
246 B
YAML
Raw Permalink Normal View History

2024-10-28 10:52:55 +00:00
tabWidth: 4
printWidth: 80
singleQuote: true
jsxSingleQuote: false
semi: false
arrowParens: avoid
endOfLine: auto
overrides:
- files: "*.{css,sass,scss}"
options:
tabWidth: 2
plugins:
- prettier-plugin-tailwindcss
parser: typescript