tornado-root-updater/.prettierrc

8 lines
116 B
Plaintext
Raw Normal View History

2020-12-15 16:09:41 +01:00
{
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"semi": false,
"printWidth": 110
}