Skip to content

Instantly share code, notes, and snippets.

@sistematico
Created February 27, 2025 13:25
Show Gist options
  • Save sistematico/a62414a5b8d008d25df7f0ccddee0cf2 to your computer and use it in GitHub Desktop.
Save sistematico/a62414a5b8d008d25df7f0ccddee0cf2 to your computer and use it in GitHub Desktop.
Prettier Configuration File
{
"tabWidth": 2,
"useTabs": false,
"printWidth": 300,
"singleQuote": true,
"trailingComma": "none",
"semi": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment