2013-11-10 18:20:52 +04:00
|
|
|
* whitespace=space-before-tab,trailing-space
|
|
|
|
*.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
|
|
|
|
*.pl whitespace=space-before-tab,trailing-space,tabwidth=4
|
2022-04-20 18:04:28 +03:00
|
|
|
*.pm whitespace=space-before-tab,trailing-space,tabwidth=4
|
2013-11-10 18:20:52 +04:00
|
|
|
*.po whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eof
|
2022-04-20 18:04:28 +03:00
|
|
|
*.sgml whitespace=space-before-tab,trailing-space,tab-in-indent
|
2013-11-10 18:20:52 +04:00
|
|
|
*.x[ms]l whitespace=space-before-tab,trailing-space,tab-in-indent
|
|
|
|
|
|
|
|
# Avoid confusing ASCII underlines with leftover merge conflict markers
|
|
|
|
README conflict-marker-size=32
|
|
|
|
README.* conflict-marker-size=32
|
|
|
|
|
|
|
|
# Certain data files that contain special whitespace, and other special cases
|
2013-11-13 06:58:46 +04:00
|
|
|
*.data -whitespace
|
2014-10-01 16:56:26 +04:00
|
|
|
contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
|
2013-11-10 18:20:52 +04:00
|
|
|
src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol
|
|
|
|
|
|
|
|
# Test output files that contain extra whitespace
|
2013-11-13 06:58:46 +04:00
|
|
|
*.out -whitespace
|
2013-11-10 18:20:52 +04:00
|
|
|
src/interfaces/ecpg/test/expected/* -whitespace
|
|
|
|
|
|
|
|
# These files are maintained or generated elsewhere. We take them as is.
|
|
|
|
configure -whitespace
|
|
|
|
ppport.h -whitespace
|
|
|
|
src/backend/regex/COPYRIGHT -whitespace
|
|
|
|
src/backend/snowball/libstemmer/*.c -whitespace
|
|
|
|
src/backend/utils/mb/Unicode/*-std.txt -whitespace
|
|
|
|
src/include/snowball/libstemmer/* -whitespace
|
2014-07-22 07:58:18 +04:00
|
|
|
src/timezone/data/* -whitespace
|
2023-02-22 11:00:28 +03:00
|
|
|
src/tools/pg_bsd_indent/* -whitespace
|
|
|
|
src/tools/pg_bsd_indent/tests/* -whitespace
|