forked from dolphin-emu/dolphin
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:
@@ -31,7 +31,8 @@ public:
|
||||
} type;
|
||||
u64 time;
|
||||
|
||||
union {
|
||||
union
|
||||
{
|
||||
struct
|
||||
{
|
||||
u16 x;
|
||||
|
||||
Reference in New Issue
Block a user