Created
November 16, 2024 09:18
-
-
Save youyoumu/82e6f384c4931d198e8cb65dfa367d32 to your computer and use it in GitHub Desktop.
My prettier config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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