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

9 lines
142 B
Plaintext
Raw Normal View History

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