Sfoglia il codice sorgente

clang-format: add HASH_ITER to ForEachMacros

derrod 2 anni fa
parent
commit
401ae8a570
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .clang-format

+ 1 - 0
.clang-format

@@ -57,6 +57,7 @@ ForEachMacros:
   - 'json_object_foreach'
   - 'json_object_foreach_safe'
   - 'json_array_foreach'
+  - 'HASH_ITER'
 IncludeBlocks: Preserve
 IndentCaseLabels: false
 IndentPPDirectives: None