corda/sgx-jvm/avian/.clang-format

8 lines
159 B
Plaintext
Raw Normal View History

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