Created
February 9, 2023 10:08
-
-
Save codevjs/703ac4f1065ac7471eaaa6a599041f66 to your computer and use it in GitHub Desktop.
Prettier Config
This file contains 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
{ | |
"arrowParens": "always", | |
"bracketSameLine": false, | |
"bracketSpacing": false, | |
"embeddedLanguageFormatting": "auto", | |
"htmlWhitespaceSensitivity": "css", | |
"insertPragma": false, | |
"jsxSingleQuote": true, | |
"printWidth": 120, | |
"proseWrap": "preserve", | |
"quoteProps": "as-needed", | |
"requirePragma": false, | |
"semi": true, | |
"singleAttributePerLine": true, | |
"singleQuote": true, | |
"tabWidth": 4, | |
"trailingComma": "es5", | |
"useTabs": false, | |
"vueIndentScriptAndStyle": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prettier config for Vue or React