module.exports = { bracketSpacing: true, trailingComma: "all", overrides: [ { files: "*.sol", options: { bracketSpacing: false, }, }, ], };