format style change: SpaceAfterCStyleCast: true

This commit is contained in:
Alejandro Javier Asenjo Nitti 2023-10-18 10:50:51 -03:00
parent daf712b034
commit 2bb0fa08cf
8 changed files with 17 additions and 17 deletions

View File

@ -4,7 +4,7 @@ UseTab: Never
ColumnLimit: 120
PointerAlignment: Left
BreakBeforeBraces: Attach
SpaceAfterCStyleCast: false
SpaceAfterCStyleCast: true
Cpp11BracedListStyle: false
IndentCaseLabels: true
BinPackArguments: true