ClangFormat: disable for generated theme
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#include "BLO_readfile.h"
|
||||
|
||||
/* clang-format off */
|
||||
|
||||
#ifdef __LITTLE_ENDIAN__
|
||||
# define RGBA(c) {((c) >> 24) & 0xff, ((c) >> 16) & 0xff, ((c) >> 8) & 0xff, (c) & 0xff}
|
||||
# define RGB(c) {((c) >> 16) & 0xff, ((c) >> 8) & 0xff, (c) & 0xff}
|
||||
@@ -1054,3 +1056,5 @@ const bTheme U_theme_default = {
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
/* clang-format on */
|
||||
|
||||
Reference in New Issue
Block a user