From 7e5ddf7e4d1ee36233371661c5e96007c8d7c665 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 22 Feb 2023 09:00:28 +0100 Subject: [PATCH] gitattributes: Ignore imported pg_bsd_indent code for whitespace checks --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4e4e26e34b..2384956d88 100644 --- a/.gitattributes +++ b/.gitattributes @@ -29,3 +29,5 @@ src/backend/snowball/libstemmer/*.c -whitespace src/backend/utils/mb/Unicode/*-std.txt -whitespace src/include/snowball/libstemmer/* -whitespace src/timezone/data/* -whitespace +src/tools/pg_bsd_indent/* -whitespace +src/tools/pg_bsd_indent/tests/* -whitespace