mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 04:27:39 +03:00
Add ClangFormat rules
This commit is contained in:
parent
410d88bf99
commit
07bc9a7b4b
4 changed files with 67 additions and 3 deletions
|
@ -30,7 +30,7 @@ BraceWrapping:
|
|||
BeforeCatch: false
|
||||
BeforeElse: false
|
||||
IndentBraces: false
|
||||
BreakBeforeBinaryOperators: None
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
BreakBeforeBraces: Custom
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakConstructorInitializersBeforeComma: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue