Skip to content

Instantly share code, notes, and snippets.

@monroy95
Created March 14, 2022 23:36
Show Gist options
  • Save monroy95/559f1c9f91b3fa8834e9349557bb3ed3 to your computer and use it in GitHub Desktop.
Save monroy95/559f1c9f91b3fa8834e9349557bb3ed3 to your computer and use it in GitHub Desktop.
Archivo configuracion para prettier
{
"arrowParens": "always",
"bracketSameLine": true,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 115,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment