@bracketed/create-templates
Version:
Download and use my templates using this command line system!
23 lines (22 loc) • 519 B
Plain Text
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "crlf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"singleAttributePerLine": true,
"bracketSameLine": true,
"jsxBracketSameLine": true,
"jsxSingleQuote": true,
"printWidth": 120,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": true,
"embeddedLanguageFormatting": "auto",
"vueIndentScriptAndStyle": false
}