Skip to content

Instantly share code, notes, and snippets.

@ggorlen
Last active February 9, 2023 06:04
Show Gist options
  • Select an option

  • Save ggorlen/5f5f8bd37428502cac6d960fabb30245 to your computer and use it in GitHub Desktop.

Select an option

Save ggorlen/5f5f8bd37428502cac6d960fabb30245 to your computer and use it in GitHub Desktop.
Prettier config
{
"arrowParens": "avoid",
"bracketSameLine": false,
"bracketSpacing": false,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 65,
"proseWrap": "preserve",
"quoteProps": "consistent",
"requirePragma": false,
"semi": true,
"singleAttributePerLine": true,
"singleQuote": false,
"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