class RuboCop::Cop::Layout::HashAlignment

def enforce_first_argument_with_fixed_indentation?

def enforce_first_argument_with_fixed_indentation?
  return false unless argument_alignment_config['Enabled']
  argument_alignment_config['EnforcedStyle'] == 'with_fixed_indentation'
end