We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
features.enforce_naming_style
1 parent 2c8fd4f commit 9f7b70eCopy full SHA for 9f7b70e
content/editions/features.md
@@ -206,7 +206,7 @@ non-conformant field name:
206
edition = "2024";
207
208
// To keep the non-conformant field name, override the STYLE2024 setting
209
-option features.enforce_naming_style = "STYLE_LEGACY";
+option features.enforce_naming_style = STYLE_LEGACY;
210
211
message Foo {
212
int64 bar_1 = 1;
0 commit comments