Skip to content

Instantly share code, notes, and snippets.

@kdaisho
Created October 29, 2023 15:01
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 kdaisho/5119d6124b53ec8f0602d61f840c85c1 to your computer and use it in GitHub Desktop.
Save kdaisho/5119d6124b53ec8f0602d61f840c85c1 to your computer and use it in GitHub Desktop.
{
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "ignore",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": true,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "consistent",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment