Skip to content

Instantly share code, notes, and snippets.

@kenziebottoms
Created January 30, 2019 17:44
Show Gist options
  • Save kenziebottoms/91e842e34ffd63cdadce92045f32c72b to your computer and use it in GitHub Desktop.
Save kenziebottoms/91e842e34ffd63cdadce92045f32c72b to your computer and use it in GitHub Desktop.
My Prettier Config
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"overrides": [
{
"files": "*.scss",
"options": {
"tabWidth": 4
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment