corda/.clang-format

8 lines
159 B
YAML

---
BasedOnStyle: Chromium
IndentCaseLabels: false
BreakBeforeBraces: Stroustrup
AllowShortFunctionsOnASingleLine: false
BreakBeforeBinaryOperators: true
...