Browse Source
This is the `.clang-format` file I've been using for a while now. I think that we might save on formatting nits if we tell new contributors to use `clang-format`plugin-3
Christian Decker
6 years ago
committed by
Rusty Russell
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
BasedOnStyle: LLVM |
||||
|
IndentWidth: 8 |
||||
|
UseTab: Always |
||||
|
BreakBeforeBraces: Linux |
||||
|
AllowShortIfStatementsOnASingleLine: false |
||||
|
IndentCaseLabels: false |
Loading…
Reference in new issue