mirror of
https://github.com/postgres/postgres.git
synced 2025-09-06 13:46:51 +03:00
gitattributes: Add new entry to silence whitespace error
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -13,6 +13,7 @@ README.* conflict-marker-size=32
|
|||||||
*.data -whitespace
|
*.data -whitespace
|
||||||
contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
|
contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
|
||||||
src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol
|
src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol
|
||||||
|
src/backend/utils/Gen_dummy_probes.pl.prolog whitespace=-blank-at-eof
|
||||||
|
|
||||||
# Test output files that contain extra whitespace
|
# Test output files that contain extra whitespace
|
||||||
*.out -whitespace
|
*.out -whitespace
|
||||||
|
Reference in New Issue
Block a user