We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent061b88c commitc0764a5Copy full SHA for c0764a5
.gitattributes
@@ -12,15 +12,16 @@ READMEconflict-marker-size=32
12
README.*conflict-marker-size=32
13
14
# Certain data files that contain special whitespace, and other special cases
15
-**/data/*.data-whitespace
+*.data-whitespace
16
contrib/tsearch2/sql/tsearch2.sqlwhitespace=space-before-tab,blank-at-eof,-blank-at-eol
17
doc/bug.templatewhitespace=space-before-tab,-blank-at-eof,blank-at-eol
18
src/backend/catalog/sql_features.txtwhitespace=space-before-tab,blank-at-eof,-blank-at-eol
19
src/backend/tsearch/hunspell_sample.affixwhitespace=-blank-at-eof
20
21
# Test output files that contain extra whitespace
22
-**/expected/*.out-whitespace
23
-**/output/*.source-whitespace
+*.out-whitespace
+contrib/*/output/*.source-whitespace
24
+src/test/regress/output/*.source-whitespace
25
src/interfaces/ecpg/test/expected/*-whitespace
26
src/interfaces/libpq/test/expected.outwhitespace=-blank-at-eof
27