mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-09 13:24:38 +00:00
10 lines
190 B
JavaScript
10 lines
190 B
JavaScript
|
module.exports = {
|
||
|
tabWidth: 2,
|
||
|
semi: true,
|
||
|
printWidth: 80,
|
||
|
singleQuote: true,
|
||
|
quoteProps: 'consistent',
|
||
|
htmlWhitespaceSensitivity: 'strict',
|
||
|
vueIndentScriptAndStyle: true,
|
||
|
};
|