1 reference to s_formattingOptionGroup
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspOptionsStorage.cs (1)
56
public static readonly PerLanguageOption2<bool> LspOrganizeImportsOnFormat = new("dotnet_organize_imports_on_format", defaultValue: false, group:
s_formattingOptionGroup
);