kendryte-standalone-sdk/lib/nncase/.clang-format

9 lines
159 B
YAML

---
BasedOnStyle: WebKit
BreakBeforeBraces: Allman
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
UseTab: Never
PointerAlignment: Right
...