mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
|
{
|
||
|
"arrowParens": "avoid",
|
||
|
"semi": false,
|
||
|
"tabWidth": 4,
|
||
|
"useTabs": true,
|
||
|
"jsxSingleQuote": true,
|
||
|
"printWidth": 80,
|
||
|
"trailingComma": "es5",
|
||
|
"vueIndentScriptAndStyle": true
|
||
|
}
|