Created
January 18, 2022 13:45
-
-
Save bardzh/2eacc0f6ecfd0a886d775c5a2cfb1632 to your computer and use it in GitHub Desktop.
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
{ | |
"arrowParens": "always", | |
"bracketSameLine": false, | |
"bracketSpacing": true, | |
"embeddedLanguageFormatting": "auto", | |
"htmlWhitespaceSensitivity": "css", | |
"insertPragma": false, | |
"jsxSingleQuote": false, | |
"proseWrap": "preserve", | |
"quoteProps": "as-needed", | |
"requirePragma": false, | |
"semi": true, | |
"singleQuote": false, | |
"tabWidth": 2, | |
"trailingComma": "es5", | |
"useTabs": false, | |
"vueIndentScriptAndStyle": false, | |
"printWidth": 70 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment