class RuboCop::Cop::Layout::ParameterAlignment

def fixed_indentation?

def fixed_indentation?
  cop_config['EnforcedStyle'] == 'with_fixed_indentation'
end