mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
8 lines
159 B
YAML
8 lines
159 B
YAML
---
|
|
BasedOnStyle: Chromium
|
|
IndentCaseLabels: false
|
|
BreakBeforeBraces: Stroustrup
|
|
AllowShortFunctionsOnASingleLine: false
|
|
BreakBeforeBinaryOperators: true
|
|
...
|