neko/client/.prettierrc

9 lines
142 B
Plaintext
Raw Permalink Normal View History

2020-01-13 21:05:38 +13:00
{
"semi": false,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"vueIndentScriptAndStyle": true
}