mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 04:40:04 +01:00
clang-format: add clang-format proposed code-style file
Signed-off-by: Antonio Cardace <acardace@redhat.com>
This commit is contained in:
parent
40e4c0d60e
commit
76bb1f91a5
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ AllowAllArgumentsOnNextLine: false
|
|||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowShortBlocksOnASingleLine: Empty
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
#AllowShortEnumsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortIfStatementsOnASingleLine: Never
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
|
|
@ -30,7 +31,6 @@ BreakBeforeBraces: Custom
|
|||
BraceWrapping:
|
||||
AfterCaseLabel: true
|
||||
AfterControlStatement: Never
|
||||
AfterEnum: false
|
||||
AfterFunction: true
|
||||
AfterStruct: false
|
||||
AfterUnion: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue