Skip to content

Instantly share code, notes, and snippets.

@neverovski
Last active October 1, 2021 07:09
Show Gist options
  • Save neverovski/5996abfb00cbc9729fd72e72cdf97c8b to your computer and use it in GitHub Desktop.
Save neverovski/5996abfb00cbc9729fd72e72cdf97c8b to your computer and use it in GitHub Desktop.
Prettier Settings
{
"arrowParens": "always",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"bracketSpacing": true,
"endOfLine": "lf"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment