tornado-cli/.prettierrc

8 lines
117 B
Plaintext
Raw Normal View History

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