.clang-format 173 B

123456789
  1. ---
  2. Language: Cpp
  3. BasedOnStyle: llvm
  4. IndentWidth: 4
  5. ColumnLimit: 120
  6. ForEachMacros: [ foreach, LIST_FOREACH, LIST_FOREACH_SAFE ]
  7. DisableFormat: false