.clang-format 248 B

1234567891011
  1. ---
  2. Language: Cpp
  3. BasedOnStyle: llvm
  4. IndentWidth: 4
  5. ColumnLimit: 120
  6. SpacesBeforeTrailingComments: 2
  7. #SpaceBeforeRangeBasedForLoopColon: false
  8. #ForEachMacros: [ foreach, LIST_FOREACH, LIST_FOREACH_SAFE ]
  9. DisableFormat: false