mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06: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:
@ -89,7 +89,8 @@ static bool s_disable_logging = false;
|
||||
|
||||
struct ARAddr
|
||||
{
|
||||
union {
|
||||
union
|
||||
{
|
||||
u32 address;
|
||||
struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user