tornado-cli/.prettierrc

8 lines
117 B
Plaintext
Raw Normal View History

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