tornado-cli/.prettierrc
2021-02-14 21:23:17 +03:00

8 lines
117 B
Plaintext

{
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": false,
"printWidth": 130
}