neko/.prettierrc

9 lines
142 B
Plaintext
Raw Normal View History

2020-11-05 23:56:26 +13:00
{
"semi": false,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"vueIndentScriptAndStyle": true
}