nncase/.clang-format

8 lines
168 B
YAML

---
BasedOnStyle: LLVM
ConstructorInitializerAllOnOneLineOrOnePerLine: true
UseTab: Never
PointerAlignment: Right
AllowShortLambdasOnASingleLine: All
IndentWidth: 4