Created
August 4, 2022 07:27
-
-
Save nicoandmee/02d0ceb9742055f0c42d509ca33a03fc to your computer and use it in GitHub Desktop.
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": true, | |
"bracketSpacing": true, | |
"embeddedLanguageFormatting": "auto", | |
"endOfLine": "lf", | |
"htmlWhitespaceSensitivity": "css", | |
"insertPragma": false, | |
"jsxSingleQuote": false, | |
"printWidth": 80, | |
"proseWrap": "preserve", | |
"quoteProps": "as-needed", | |
"requirePragma": false, | |
"semi": false, | |
"singleQuote": true, | |
"tabWidth": 2, | |
"trailingComma": "none", | |
"useTabs": false, | |
"vueIndentScriptAndStyle": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment