소스 검색

Exclude src/usage_text.h from clang-format

Tatsuhiro Tsujikawa 9 년 전
부모
커밋
4abad2f64c
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/usage_text.h

+ 4 - 0
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