You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
true:error is not a valid value for this setting. It only allows the values true and false, and when an unrecognized other value is found it defaults to the default value false. Marking this as a duplicate of #19055 (show a warning for editorconfig with invalid values, since those values are ignored).
However, it's pretty obvious that users would have a hard time finding this and it's certainly not intuitive. The analyzer to provide a warning when things aren't right would be a big help all around.
Version Used:
Visual Studio Community v15.9.6
Steps to Reproduce:
Expected Behavior:
The spaces between the parameter lists and their surrounding parentheses are preserved, e.g.:
Actual Behavior:
The spaces between the parameter lists and their surrounding parentheses are removed, e.g.:
Additional Notes:
The same also happens to
csharp_space_between_method_declaration_parameter_list_parentheses
.The text was updated successfully, but these errors were encountered: