automuse/.prettierrc.json
Xe Iaso 21132b33d4 initial code commit
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-04-12 09:08:06 -04:00

10 lines
153 B
JSON

{
"semi": true,
"singleQuote": false,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"bracketSpacing": true
}