class RuboCop::Cop::Style::InfiniteLoop

def configured_indent

def configured_indent
  ' ' * config.for_cop('Layout/IndentationWidth')['Width']
end