1
0
mirror of https://github.com/halleysfifthinc/Toyota-AVC-LAN synced 2025-06-07 16:06:12 +00:00

Indent case labels

This commit is contained in:
Allen Hill 2023-08-19 21:41:45 -04:00
parent c07083423f
commit 48b20a9c5c
3 changed files with 161 additions and 160 deletions

View File

@ -3,4 +3,5 @@ BasedOnStyle: LLVM
UseCRLF: false
BreakBeforeBraces: Attach
AllowShortBlocksOnASingleLine: Empty
IndentCaseLabels: true
...