theatre/.prettierrc
2021-06-18 13:05:06 +02:00

8 lines
141 B
Text

{
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false,
"proseWrap": "always"
}