1
0
mirror of https://github.com/ksyasuda/rice.git synced 2025-02-18 19:59:20 -08:00
2021-07-28 23:44:53 -07:00

11 lines
181 B
Plaintext

{
"arrowParens": "avoid",
"semi": false,
"tabWidth": 4,
"useTabs": true,
"jsxSingleQuote": true,
"printWidth": 80,
"trailingComma": "es5",
"vueIndentScriptAndStyle": true
}