Disable clang-formatting for tif_config.h.cmake.in and tiffconf.h.cmake.in because sensitive for CMake scripts.

This commit is contained in:
Su_Laus
2022-12-26 17:39:48 +01:00
parent 3bde37ac83
commit e131fde62b
5 changed files with 38 additions and 1 deletions

View File

@@ -6,8 +6,17 @@ repos:
# tif_fax3sm.c is a generated file
# tiffvers.h as well, and its formatting is sensitive for
# FindTIFF.cmake to detect the version number
# Furthermore, the .in files are formatting sensitive for
# cmake functions.
exclude: >
(?x)^(
libtiff/tif_fax3sm.c|
libtiff/tiffvers.h
libtiff/tiffvers.h|
libtiff/tiffvers.h.in|
libtiff/tif_config.h|
libtiff/tif_config.h.in|
libtiff/tif_config.h.cmake.in|
libtiff/tiffconf.h|
libtiff/tiffconf.h.in|
libtiff/tiffconf.h.cmake.in
)

View File

@@ -1,3 +1,8 @@
/* clang-format off */
/* clang-format disabled because CMake scripts are very sensitive to the
* formatting of this file.
*/
/* libtiff/tif_config.h.cmake.in. Not generated, but originated from autoheader. */
/* This file must be kept up-to-date with needed substitutions from libtiff/tif_config.h.in. */
@@ -156,3 +161,5 @@
#else
# error "Unsupported size_t size; please submit a bug report"
#endif
/* clang-format on */

View File

@@ -1,3 +1,8 @@
/* clang-format off */
/* clang-format disabled because CMake scripts are very sensitive to the
* formatting of this file.
*/
/* libtiff/tif_config.h.in. Not generated, but originated from autoheader. */
#include "tiffconf.h"
@@ -172,3 +177,5 @@
#else
# error "Unsupported size_t size; please submit a bug report"
#endif
/* clang-format on */

View File

@@ -4,6 +4,11 @@
from this file in your programs.
*/
/* clang-format off */
/* clang-format disabled because CMake scripts are very sensitive to the
* formatting of this file.
*/
#ifndef _TIFFCONF_
#define _TIFFCONF_
@@ -125,3 +130,5 @@
#define IPTC_SUPPORT
#endif /* _TIFFCONF_ */
/* clang-format on */

View File

@@ -4,6 +4,11 @@
from this file in your programs.
*/
/* clang-format off */
/* clang-format disabled because CMake scripts are very sensitive to the
* formatting of this file.
*/
#ifndef _TIFFCONF_
#define _TIFFCONF_
@@ -125,3 +130,5 @@
#define IPTC_SUPPORT
#endif /* _TIFFCONF_ */
/* clang-format on */