module RuboCop::Cop::MultilineExpressionIndentation
def correct_indentation(node)
def correct_indentation(node) if kw_node_with_special_indentation(node) # This cop could have its own IndentationWidth configuration configured_indentation_width + @config.for_cop('Layout/IndentationWidth')['Width'] else configured_indentation_width end end