Skip to content

Instantly share code, notes, and snippets.

@yuriy-o
Created May 9, 2022 21:36
Show Gist options
  • Save yuriy-o/4754578f3968edfd7cb35766ebbb9f06 to your computer and use it in GitHub Desktop.
Save yuriy-o/4754578f3968edfd7cb35766ebbb9f06 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