kendryte-freertos-sdk/lib/.clang-format

8 lines
151 B
YAML

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