mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
Specify formatting style via .clang-format config file
This commit is contained in:
parent
fd5bd9d77e
commit
7f8f010b61
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