Skip to content

Instantly share code, notes, and snippets.

@ratul16
Created March 4, 2024 08:32
Show Gist options
  • Save ratul16/da83292a05f09a28fe8a5e2eb7b43989 to your computer and use it in GitHub Desktop.
Save ratul16/da83292a05f09a28fe8a5e2eb7b43989 to your computer and use it in GitHub Desktop.
Prettier Config
{
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"singleAttributePerLine": true,
"htmlWhitespaceSensitivity": "css",
"tabWidth": 2,
"printWidth": 100,
"embeddedLanguageFormatting": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment