1 * whitespace=space-before-tab,trailing-space
2 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
3 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4
4 *.po whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eof
5 *.sgml whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eol
6 *.x[ms]l whitespace=space-before-tab,trailing-space,tab-in-indent
8 # Avoid confusing ASCII underlines with leftover merge conflict markers
9 README conflict-marker-size=32
10 README.* conflict-marker-size=32
12 # Certain data files that contain special whitespace, and other special cases
14 contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
15 src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol
16 src/backend/utils/Gen_dummy_probes.pl.prolog whitespace=-blank-at-eof
18 # Test output files that contain extra whitespace
20 contrib/*/output/*.source -whitespace
21 src/pl/plpgsql/src/output/*.source -whitespace
22 src/test/regress/output/*.source -whitespace
23 src/interfaces/ecpg/test/expected/* -whitespace
24 src/interfaces/libpq/test/expected.out whitespace=-blank-at-eof
26 # These files are maintained or generated elsewhere. We take them as is.
29 src/backend/regex/COPYRIGHT -whitespace
30 src/backend/regex/re_syntax.n -whitespace
31 src/backend/snowball/libstemmer/*.c -whitespace
32 src/backend/utils/mb/Unicode/*-std.txt -whitespace
33 src/include/snowball/libstemmer/* -whitespace
34 src/timezone/data/* -whitespace