Skip to content

Instantly share code, notes, and snippets.

@MadMaxMcKinney
Created April 12, 2019 02:21
Show Gist options
  • Save MadMaxMcKinney/c48c632d8503fc757adfe8ac4f7cd472 to your computer and use it in GitHub Desktop.
Save MadMaxMcKinney/c48c632d8503fc757adfe8ac4f7cd472 to your computer and use it in GitHub Desktop.
M - Prettier config
{
"endOfLine": "auto",
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment