class RuboCop::Cop::Style::RedundantConditional

def configured_indentation_width

def configured_indentation_width
  super || 2
end