module RuboCop::Cop::LineLengthHelp

def tab_indentation_width

def tab_indentation_width
  config.for_cop('Layout/IndentationStyle')['IndentationWidth'] ||
    configured_indentation_width
end