theatre/.prettierrc

9 lines
141 B
Text
Raw Permalink Normal View History

2021-06-18 13:05:06 +02:00
{
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false,
"proseWrap": "always"
}