Do not indent goto labels

This commit is contained in:
Andrew Murray 2024-04-28 13:51:32 +10:00
parent 1420e72566
commit fd8c6a6295
3 changed files with 10 additions and 9 deletions

View File

@ -9,6 +9,7 @@ BinPackParameters: false
BreakBeforeBraces: Attach
ColumnLimit: 88
DerivePointerAlignment: false
IndentGotoLabels: false
IndentWidth: 4
Language: Cpp
PointerAlignment: Right