Skip to content

Commit ed4f34c

Browse files
authored
Switching to form without brackets
1 parent 352226e commit ed4f34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workspaces/Core/Portable/Simplification/SimplificationOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public static class SimplificationOptions
103103
internal static PerLanguageOption<NamingStylePreferences> NamingPreferences { get; } = new PerLanguageOption<NamingStylePreferences>(nameof(SimplificationOptions), nameof(NamingPreferences), defaultValue: NamingStylePreferences.Default,
104104
storageLocations: new OptionStorageLocation[] {
105105
new NamingStylePreferenceEditorConfigStorageLocation(),
106-
new RoamingProfileStorageLocation("TextEditor.%LANGUAGE%.Specific.NamingPreferences[5]"),
106+
new RoamingProfileStorageLocation("TextEditor.%LANGUAGE%.Specific.NamingPreferences5"),
107107
new RoamingProfileStorageLocation("TextEditor.%LANGUAGE%.Specific.NamingPreferences")
108108
});
109109
}

0 commit comments

Comments
 (0)