tornado-cli/.prettierrc

8 lines
116 B
Plaintext
Raw Normal View History

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