Skip to content

Instantly share code, notes, and snippets.

@oktay-sen
Created July 23, 2018 15:54
Show Gist options
  • Save oktay-sen/c90ca156fafd6026b288f93a890935cd to your computer and use it in GitHub Desktop.
Save oktay-sen/c90ca156fafd6026b288f93a890935cd to your computer and use it in GitHub Desktop.
My prettier settings.
{
"arrowParens": "avoid",
"bracketSpacing": true,
"semi": false,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment