module.exports = { bracketSpacing: true, printWidth: 100, singleQuote: true, tabWidth: 4, trailingComma: 'none', useTabs: false, arrowParens: 'avoid', overrides: [ { files: ['*.yml', '*.yaml'], options: { tabWidth: 2 } } ] };