mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-08 16:48:02 -08:00
move config files to new directory
This commit is contained in:
10
dotfiles/.prettierrc
Normal file
10
dotfiles/.prettierrc
Normal file
@@ -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