Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
18
vendor/kingflamez/laravelrave/.prettierrc
vendored
Normal file
18
vendor/kingflamez/laravelrave/.prettierrc
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"arrowParens": "avoid",
|
||||
"bracketSpacing": false,
|
||||
"htmlWhitespaceSensitivity": "ignore",
|
||||
"insertPragma": false,
|
||||
"jsxBracketSameLine": false,
|
||||
"vetur.format.defaultFormatter.html": "prettier",
|
||||
"jsxSingleQuote": false,
|
||||
"printWidth": 210,
|
||||
"proseWrap": "preserve",
|
||||
"quoteProps": "as-needed",
|
||||
"requirePragma": false,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "none",
|
||||
"useTabs": false
|
||||
}
|
||||
Reference in New Issue
Block a user