module.exports = { tabWidth: 2, semi: false, printWidth: 120, singleQuote: true, quoteProps: 'consistent', htmlWhitespaceSensitivity: 'strict', vueIndentScriptAndStyle: true, pugWrapAttributesThreshold: 3, pugAttributeSeparator: 'none', pugSingleQuote: false, pugSortAttributesBeginning: ['^v-if$', '^v-else$', '^v-else-if$', '^v-for$', '^:key$', '^ref$', '^v-model'], pugSortAttributesEnd: ['^:', '^:disabled$', '^@', '^@click'], endOfLine: 'auto', }