Skip to content

Instantly share code, notes, and snippets.

@krake747
Created February 9, 2024 18:09
Show Gist options
  • Save krake747/bf38fa65fa24fd5b1d7a386e179fb8c7 to your computer and use it in GitHub Desktop.
Save krake747/bf38fa65fa24fd5b1d7a386e179fb8c7 to your computer and use it in GitHub Desktop.
krake747 Prettier config
{
"printWidth": 100,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "ignore"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment