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
Copy file name to clipboardExpand all lines: Configurations.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1069,6 +1069,14 @@ Number of lines to check for a `@generated` pragma header, starting from the top
1069
1069
1070
1070
See also [format_generated_files](#format_generated_files) link here.
1071
1071
1072
+
## `nfc_normalize_idents`
1073
+
1074
+
Whether to normalize identifiers with Unicode Normalization Form C (NFC). The compiler considers identifiers with identical NFC normalizations to be interchangeable.
1075
+
1076
+
-**Default value**: `false`
1077
+
-**Possible values**: `true`, `false`
1078
+
-**Stable**: No
1079
+
1072
1080
## `format_macro_matchers`
1073
1081
1074
1082
Format the metavariable matching patterns in macros.
0 commit comments