tornado-cli/.prettierrc

8 lines
117 B
Plaintext
Raw Permalink Normal View History

2021-02-14 19:23:17 +01:00
{
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": false,
"printWidth": 130
}