mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-05 02:09:21 -05: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:
@@ -15,7 +15,8 @@
|
||||
|
||||
namespace DX11
|
||||
{
|
||||
union XFBEncodeParams {
|
||||
union XFBEncodeParams
|
||||
{
|
||||
struct
|
||||
{
|
||||
FLOAT Width; // Width and height of encoded XFB in luma pixels
|
||||
|
||||
Reference in New Issue
Block a user