From 2986bc1d6e5d89aa59e191f3b0e7eb0be7de42ba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Apr 2019 16:53:50 +0200 Subject: ClangFormat: add comments to ignore formatting --- source/blender/nodes/NOD_static_types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/nodes/NOD_static_types.h') diff --git a/source/blender/nodes/NOD_static_types.h b/source/blender/nodes/NOD_static_types.h index 1c3b792f20b..ea642303ef6 100644 --- a/source/blender/nodes/NOD_static_types.h +++ b/source/blender/nodes/NOD_static_types.h @@ -20,6 +20,9 @@ /* intentionally no include guard */ +/* Keep aligned args for readability. */ +/* clang-format off */ + /* Empty definitions for undefined macros to avoid warnings */ #ifndef DefNode #define DefNode(Category, ID, DefFunc, EnumName, StructName, UIName, UIDesc) @@ -249,3 +252,5 @@ DefNode(TextureNode, TEX_NODE_PROC+TEX_DISTNOISE, 0, "TEX_DI /* undefine macros */ #undef DefNode + +/* clang-format on */ -- cgit v1.2.3