Index: runtime/.clang-format =================================================================== --- runtime/.clang-format +++ runtime/.clang-format @@ -2,6 +2,10 @@ BasedOnStyle: LLVM AlignTrailingComments: false SortIncludes: false +AlignOperands: false +DisableFormat: true +KeepEmptyLinesAtTheStartOfBlocks: false +MaxEmptyLinesToKeep: 2 --- # Language: Cpp # AccessModifierOffset: -2