Skip to content

Commit 8dcfc30

Browse files
author
Commitfest Bot
committed
[CF 6223] v2 - postgresql.conf.sample tab width
This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/6223 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/aRefX8JOs_3VbErE@nathan Author(s): Nathan Bossart
2 parents 23792d7 + 3f783b9 commit 8dcfc30

File tree

4 files changed

+510
-487
lines changed

4 files changed

+510
-487
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ insert_final_newline = true
8585
indent_style = unset
8686
tab_width = unset
8787

88+
[src/backend/utils/misc/postgresql.conf.sample]
89+
trim_trailing_whitespace = true
90+
insert_final_newline = true
91+
indent_style = space
92+
tab_width = unset
93+
8894
[*.out]
8995
indent_style = unset
9096
indent_size = unset

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ README.* conflict-marker-size=48
1919
*.data -whitespace
2020
contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
2121
src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol
22+
src/backend/utils/misc/postgresql.conf.sample whitespace=trailing-space,tab-in-indent
2223

2324
# Test output files that contain extra whitespace
2425
*.out -whitespace

0 commit comments

Comments
 (0)