say/.prettierrc.json
2025-04-30 19:38:53 -04:00

7 lines
101 B
JSON

{
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": false,
"trailingComma": "none"
}