Files
yaak-mountain-loop/packages/plugins/.prettierrc.json
2025-05-29 07:16:39 -07:00

9 lines
132 B
JSON

{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100,
"bracketSpacing": true
}