Skip to content

Instantly share code, notes, and snippets.

@wandrey7
Created April 29, 2025 19:19
Show Gist options
  • Save wandrey7/ba68847863443b20e4c12c0cfa657159 to your computer and use it in GitHub Desktop.
Save wandrey7/ba68847863443b20e4c12c0cfa657159 to your computer and use it in GitHub Desktop.
My prettier config
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": true,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment