2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00
neko/client/.prettierrc

9 lines
142 B
Plaintext
Raw Normal View History

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