mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-03-14 15:40:18 +00:00
11 lines
215 B
JavaScript
11 lines
215 B
JavaScript
module.exports = {
|
|
printWidth: 100,
|
|
semi: true,
|
|
vueIndentScriptAndStyle: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
proseWrap: 'never',
|
|
htmlWhitespaceSensitivity: 'strict',
|
|
endOfLine: 'auto',
|
|
};
|