Skip to content

Commit

Permalink
gitattributes: Add new entry to silence whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
petere committed Jun 5, 2021
1 parent 4a682d8 commit e615988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ README.* conflict-marker-size=32
*.data -whitespace
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/utils/Gen_dummy_probes.pl.prolog whitespace=-blank-at-eof

# Test output files that contain extra whitespace
*.out -whitespace
Expand Down

0 comments on commit e615988

Please sign in to comment.