1 * whitespace=space-before-tab,trailing-space
2 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
3 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4
4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4
5 *.pm whitespace=space-before-tab,trailing-space,tabwidth=4
6 *.po whitespace=space-before-tab,trailing-space,tab-in-indent,-blank-at-eof
7 *.sgml whitespace=space-before-tab,trailing-space,tab-in-indent
8 *.x[ms]l whitespace=space-before-tab,trailing-space,tab-in-indent
10 # Avoid confusing ASCII underlines with leftover merge conflict markers
11 README conflict-marker-size=32
12 README.* conflict-marker-size=32
14 # Certain data files that contain special whitespace, and other special cases
16 contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
17 src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol
19 # Test output files that contain extra whitespace
21 src/interfaces/ecpg/test/expected/* -whitespace
23 # These files are maintained or generated elsewhere. We take them as is.
26 src/backend/jit/llvm/SectionMemoryManager.cpp -whitespace
27 src/backend/jit/llvm/SectionMemoryManager.LICENSE -whitespace
28 src/backend/regex/COPYRIGHT -whitespace
29 src/backend/snowball/libstemmer/*.c -whitespace
30 src/backend/utils/mb/Unicode/*-std.txt -whitespace
31 src/include/jit/SectionMemoryManager.h -whitespace
32 src/include/snowball/libstemmer/* -whitespace
33 src/timezone/data/* -whitespace
34 src/tools/pg_bsd_indent/* -whitespace
35 src/tools/pg_bsd_indent/tests/* -whitespace