madskristensen / EditorConfigLanguage

A Visual Studio extension
Other
129 stars 37 forks source link

Incorrect list of values for csharp_space_around_declaration_statements #107

Open aetos382 opened 3 years ago

aetos382 commented 3 years ago

Installed product versions

Description

Incorrect candidate values for csharp_space_around_declaration_statements are presented.

Steps to recreate

  1. Open .editorconfig file in Visual Studio
  2. Input "csharp_space_around_declaration_statements =".

Current behavior

"ignore" and "do_not_ignore" will be presented for csharp_space_around_declaration_statements.

Expected behavior

It will present "ignore" and "false".

See also