File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,16 @@ README conflict-marker-size=32
12
12
README. * conflict-marker-size =32
13
13
14
14
# Certain data files that contain special whitespace, and other special cases
15
- ** / data / * .data - whitespace
15
+ * .data - whitespace
16
16
contrib /tsearch2 /sql /tsearch2.sql whitespace =space-before-tab,blank-at-eof,-blank-at-eol
17
17
doc /bug.template whitespace =space-before-tab,-blank-at-eof,blank-at-eol
18
18
src /backend /catalog /sql_features.txt whitespace =space-before-tab,blank-at-eof,-blank-at-eol
19
19
src /backend /tsearch /hunspell_sample.affix whitespace =-blank-at-eof
20
20
21
21
# Test output files that contain extra whitespace
22
- ** /expected /* .out - whitespace
23
- ** /output /* .source - whitespace
22
+ * .out - whitespace
23
+ contrib /* /output /* .source - whitespace
24
+ src /test /regress /output /* .source - whitespace
24
25
src /interfaces /ecpg /test /expected /* - whitespace
25
26
src /interfaces /libpq /test /expected.out whitespace =-blank-at-eof
26
27
You can’t perform that action at this time.
0 commit comments