Spaces:
Sleeping
Sleeping
File size: 312 Bytes
f0953a4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
module.exports = {
semi: true,
trailingComma: "es5",
singleQuote: false,
printWidth: 100,
tabWidth: 2,
useTabs: false,
endOfLine: "auto",
arrowParens: "always",
bracketSpacing: true,
embeddedLanguageFormatting: "auto",
htmlWhitespaceSensitivity: "css",
vueIndentScriptAndStyle: false,
};
|