-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Multiword configuration options renaming #10315
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.