Files
corda/.clang-format
2013-12-18 15:37:47 -07:00

8 lines
159 B
YAML

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