Skip to content

Instantly share code, notes, and snippets.

@ntourne
Created January 6, 2021 20:19
Show Gist options
  • Save ntourne/aa48c7003a5c84300b0283ae2839d5c5 to your computer and use it in GitHub Desktop.
Save ntourne/aa48c7003a5c84300b0283ae2839d5c5 to your computer and use it in GitHub Desktop.
Super simple prettier config file
{
"singleQuote": true,
"tabWidth": 4,
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment