Skip to content

Instantly share code, notes, and snippets.

@isuke
Last active April 7, 2020 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isuke/dc9f924e263336628e6494dcc43d1b75 to your computer and use it in GitHub Desktop.
Save isuke/dc9f924e263336628e6494dcc43d1b75 to your computer and use it in GitHub Desktop.
{
"printWidth": 160,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": false,
"quoteProps": "consistent", // TODO
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false, // TODO
"arrowParens": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css", // TODO
"vueIndentScriptAndStyle": false,
"endOfLine": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment