mirror of
https://github.com/ksyasuda/rice.git
synced 2026-06-12 15:13:33 -07:00
move config files to new directory
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"arrowParens": "avoid",
|
||||
"semi": false,
|
||||
"tabWidth": 4,
|
||||
"useTabs": true,
|
||||
"jsxSingleQuote": true,
|
||||
"printWidth": 80,
|
||||
"trailingComma": "es5",
|
||||
"vueIndentScriptAndStyle": true
|
||||
}
|
||||
Reference in New Issue
Block a user