rage-framework-example/.prettierrc.yaml

8 lines
114 B
YAML
Raw Normal View History

2024-06-13 16:45:40 +00:00
tabWidth: 4
printWidth: 80
singleQuote: true
jsxSingleQuote: false
semi: false
arrowParens: avoid
2025-01-26 22:30:10 +00:00
endOfLine: auto