Skip to content

Multiword configuration options renaming #10315

@JanKrivanek

Description

@JanKrivanek

Context

.editorconfig standard allows only lowercase names. For this reason multiword options usually use underscores to separate multiple words within same option (e.g. csharp_space_after_keywords_in_control_flow_statements).

In our implementation and documentation we are using camel-casing.

Goal

  • Configuration module should be able to translate options_with_underscores to C# OptionsInCamelCase.
  • Our documentation should properly refer to the options in the underscore notation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions