tornado-deploy/.prettierrc

8 lines
116 B
Plaintext
Raw Normal View History

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