doc: update PG 13 release notes after first draft
[pgsql.git] / .gitattributes
blob57ef0daea0e3d2e6a006c330fc34abe47b856461
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
13 *.data                                          -whitespace
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
17 # Test output files that contain extra whitespace
18 *.out                                   -whitespace
19 contrib/*/output/*.source               -whitespace
20 src/pl/plpgsql/src/output/*.source      -whitespace
21 src/test/regress/output/*.source        -whitespace
22 src/interfaces/ecpg/test/expected/*     -whitespace
23 src/interfaces/libpq/test/expected.out  whitespace=-blank-at-eof
25 # These files are maintained or generated elsewhere.  We take them as is.
26 configure                               -whitespace
27 ppport.h                                -whitespace
28 src/backend/regex/COPYRIGHT             -whitespace
29 src/backend/regex/re_syntax.n           -whitespace
30 src/backend/snowball/libstemmer/*.c     -whitespace
31 src/backend/utils/mb/Unicode/*-std.txt  -whitespace
32 src/include/snowball/libstemmer/*       -whitespace
33 src/timezone/data/*                     -whitespace