From c2816ab42b458c9c5202197b3df665340f57dddd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 26 Dec 2020 15:00:50 +0100 Subject: Add clang-format suppression comments --- lv2/options/options.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lv2/options') diff --git a/lv2/options/options.h b/lv2/options/options.h index c8c6a43..7b43bd1 100644 --- a/lv2/options/options.h +++ b/lv2/options/options.h @@ -33,6 +33,8 @@ #include +// clang-format off + #define LV2_OPTIONS_URI "http://lv2plug.in/ns/ext/options" ///< http://lv2plug.in/ns/ext/options #define LV2_OPTIONS_PREFIX LV2_OPTIONS_URI "#" ///< http://lv2plug.in/ns/ext/options# @@ -42,6 +44,8 @@ #define LV2_OPTIONS__requiredOption LV2_OPTIONS_PREFIX "requiredOption" ///< http://lv2plug.in/ns/ext/options#requiredOption #define LV2_OPTIONS__supportedOption LV2_OPTIONS_PREFIX "supportedOption" ///< http://lv2plug.in/ns/ext/options#supportedOption +// clang-format on + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.1