module.exports = { overrides: [ { files: '*.sol', options: { printWidth: 300, useTabs: true, singleQuote: false, bracketSpacing: true, explicitTypes: 'always' } } ] }