class RuboCop::Cop::Style::ClassAndModuleChildren

def indent_width

def indent_width
  @config.for_cop('IndentationWidth')['Width'] || 2
end