Skip to content

Instantly share code, notes, and snippets.

@bardzh
Created January 18, 2022 13:45
Show Gist options
  • Save bardzh/2eacc0f6ecfd0a886d775c5a2cfb1632 to your computer and use it in GitHub Desktop.
Save bardzh/2eacc0f6ecfd0a886d775c5a2cfb1632 to your computer and use it in GitHub Desktop.
config
{
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false,
"printWidth": 70
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment