From 4abad2f64c9ff80144a61c5a9c2bea144852b883 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 27 Dec 2015 18:36:36 +0900 Subject: [PATCH] Exclude src/usage_text.h from clang-format --- src/usage_text.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/usage_text.h b/src/usage_text.h index fdad8a7d..09552249 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -33,6 +33,8 @@ */ /* copyright --> */ +// clang-format off + #define TEXT_DIR \ _(" -d, --dir=DIR The directory to store the downloaded file.") #define TEXT_OUT \ @@ -1055,3 +1057,5 @@ " the command given by --on-bt-download-complete\n" \ " is executed. To disable this action, give false\n" \ " to this option.") + +// clang-format on