house/.prettierrc
2025-06-14 23:47:44 -04:00

9 lines
198 B
Text

{
"$schema": "https://json.schemastore.org/prettierrc",
"useTabs": true,
"printWidth": 80,
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"plugins": ["prettier-plugin-organize-imports"]
}