3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-07 23:05:06 +00:00

update clang format

This commit is contained in:
Nikolaj Bjorner 2025-10-02 10:39:37 -07:00
parent 1b48ec27e0
commit ceb424dc64

View file

@ -8,7 +8,7 @@ BasedOnStyle: LLVM
IndentWidth: 4 IndentWidth: 4
TabWidth: 4 TabWidth: 4
UseTab: Never UseTab: Never
IndentCaseLabels: false