Skip to content

Instantly share code, notes, and snippets.

@DevMasterX
Created April 11, 2023 18:43
Show Gist options
  • Save DevMasterX/2d67aed7c48e2213ab27da5023544f3a to your computer and use it in GitHub Desktop.
Save DevMasterX/2d67aed7c48e2213ab27da5023544f3a 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