Skip to content

Instantly share code, notes, and snippets.

@youyoumu
Created November 16, 2024 09:18
Show Gist options
  • Save youyoumu/82e6f384c4931d198e8cb65dfa367d32 to your computer and use it in GitHub Desktop.
Save youyoumu/82e6f384c4931d198e8cb65dfa367d32 to your computer and use it in GitHub Desktop.
My prettier config
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"requirePragma": false,
"insertPragma": false,
"proseWrap": "preserve",
"embeddedLanguageFormatting": "auto",
"singleAttributePerLine": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment