Skip to content

Instantly share code, notes, and snippets.

@shaneparsons
Created July 4, 2019 16:19
Show Gist options
  • Save shaneparsons/167cf6367efb85439d75312e35e50b98 to your computer and use it in GitHub Desktop.
Save shaneparsons/167cf6367efb85439d75312e35e50b98 to your computer and use it in GitHub Desktop.
Prettier config
{
"printWidth": 9999,
"singleQuote": true,
"tabWidth": 2,
"overrides": [
{
"files": ["*.php", "*.scss"],
"options": {
"tabWidth": 4
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment