Skip to content

Instantly share code, notes, and snippets.

@FBosler
Created May 23, 2021 11:46
Show Gist options
  • Save FBosler/9becaac8fd94488d3d8d2ca5c6c04fa2 to your computer and use it in GitHub Desktop.
Save FBosler/9becaac8fd94488d3d8d2ca5c6c04fa2 to your computer and use it in GitHub Desktop.
Prettier config file
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment