mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
specify custom brace style to fix unions
BreakBeforeBraces: Allman apparently includes all styles, except for AfterUnion (which is false) when using clang-format -dump-config
This commit is contained in:
parent
41101be545
commit
23d99f2f2c
47 changed files with 375 additions and 182 deletions
|
@ -31,7 +31,8 @@ public:
|
|||
} type;
|
||||
u64 time;
|
||||
|
||||
union {
|
||||
union
|
||||
{
|
||||
struct
|
||||
{
|
||||
u16 x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue