This repository has been archived on 2025-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
|
module.exports = {
|
|
tabWidth: 4,
|
|
semi: false,
|
|
vueIndentScriptAndStyle: false,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
proseWrap: 'never',
|
|
htmlWhitespaceSensitivity: 'strict',
|
|
endOfLine: 'auto',
|
|
}
|