mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
Merge pull request #141 from joshuawarner32/clang-format
Specify formatting style via .clang-format config file
This commit is contained in:
commit
4570195a9b
7
.clang-format
Normal file
7
.clang-format
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
BasedOnStyle: Chromium
|
||||
IndentCaseLabels: false
|
||||
BreakBeforeBraces: Stroustrup
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
BreakBeforeBinaryOperators: true
|
||||
...
|
Loading…
Reference in New Issue
Block a user