Skip to content

Instantly share code, notes, and snippets.

@Inhaasap
Created September 28, 2022 19:51
Show Gist options
  • Save Inhaasap/757b931ab735a63fa1338227b6a9764d to your computer and use it in GitHub Desktop.
Save Inhaasap/757b931ab735a63fa1338227b6a9764d to your computer and use it in GitHub Desktop.
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"proseWrap": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment