Skip to content

Instantly share code, notes, and snippets.

@nicoandmee
Created August 4, 2022 07:27
Show Gist options
  • Save nicoandmee/02d0ceb9742055f0c42d509ca33a03fc to your computer and use it in GitHub Desktop.
Save nicoandmee/02d0ceb9742055f0c42d509ca33a03fc to your computer and use it in GitHub Desktop.
{
"arrowParens": "always",
"bracketSameLine": true,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"vueIndentScriptAndStyle": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment