pgsql: gitattributes: Add .cpp files to whitespace checks - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: gitattributes: Add .cpp files to whitespace checks
Date
Msg-id E1tGFPX-003k22-Nk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
gitattributes: Add .cpp files to whitespace checks

Use the same rules as .c files.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0d884f570b72c5b030f7908032946078537ea121

Modified Files
--------------
.gitattributes | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Exclude LLVM files from whitespace checks
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Fix pg_get_constraintdef for NOT NULL constraints on domains