comparison .clang-format @ 83:d02fdf1d6708

*: huuuge update 1. make the now playing page function correctly 2. de-constructorfy many of our custom widgets, allowing them to be changed on-the-fly from the Now Playing page 3. ... :)
author Paper <mrpapersonic@gmail.com>
date Tue, 24 Oct 2023 22:01:02 -0400
parents 6f7385bd334c
children bc8d2ccff09c
comparison
equal deleted inserted replaced
82:8b65c417c225 83:d02fdf1d6708
9 9
10 IndentCaseLabels: true 10 IndentCaseLabels: true
11 IndentAccessModifiers: true 11 IndentAccessModifiers: true
12 IndentPPDirectives: AfterHash 12 IndentPPDirectives: AfterHash
13 13
14 BreakArrays: true
15 BreakBeforeBraces: Attach 14 BreakBeforeBraces: Attach
16 BreakStringLiterals: true 15 BreakStringLiterals: true
17 16
18 AlignAfterOpenBracket: Align 17 AlignAfterOpenBracket: Align
19 AlignArrayOfStructures: Left 18 AlignArrayOfStructures: Left