File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -997,6 +997,7 @@ template <> struct MappingTraits<FormatStyle> {
997
997
IO.mapOptional (" LineEnding" , Style.LineEnding );
998
998
IO.mapOptional (" MacroBlockBegin" , Style.MacroBlockBegin );
999
999
IO.mapOptional (" MacroBlockEnd" , Style.MacroBlockEnd );
1000
+ IO.mapOptional (" Macros" , Style.Macros );
1000
1001
IO.mapOptional (" MaxEmptyLinesToKeep" , Style.MaxEmptyLinesToKeep );
1001
1002
IO.mapOptional (" NamespaceIndentation" , Style.NamespaceIndentation );
1002
1003
IO.mapOptional (" NamespaceMacros" , Style.NamespaceMacros );
@@ -1094,7 +1095,6 @@ template <> struct MappingTraits<FormatStyle> {
1094
1095
Style.VerilogBreakBetweenInstancePorts );
1095
1096
IO.mapOptional (" WhitespaceSensitiveMacros" ,
1096
1097
Style.WhitespaceSensitiveMacros );
1097
- IO.mapOptional (" Macros" , Style.Macros );
1098
1098
1099
1099
// If AlwaysBreakAfterDefinitionReturnType was specified but
1100
1100
// AlwaysBreakAfterReturnType was not, initialize the latter from the
You can’t perform that action at this time.
0 commit comments