[CLANG] fixed format file

This commit is contained in:
Afonso Franco 2024-02-22 11:39:36 +00:00
parent 57bbbe8228
commit bedc9e683d
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys

View file

@ -1,10 +1,9 @@
BasedOnStyle: LLVM BasedOnStyle: LLVM
UseTab: Always
IndentWidth: 4 IndentWidth: 4
TabWidth: 4 TabWidth: 4
UseTab: Always
BreakBeforeBraces: Attach BreakBeforeBraces: Attach
ColumnLimit: 100 ColumnLimit: 100
PenaltyReturnTypeOnItsOwnLine: 1000000 PenaltyReturnTypeOnItsOwnLine: 1000000
AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
SeparateDefinitionBlocks: Always SeparateDefinitionBlocks: Always