agora inbox for pgsql-hackers@postgresql.orghelp / color / mirror / Atom feed
[PATCH v1 1/1] Change default tab width to 8. 191+ messages / 1 participants [nested] [flat]
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
* [PATCH v1 1/1] Change default tab width to 8. @ 2025-11-14 20:03 Nathan Bossart <nathan@postgresql.org> 0 siblings, 0 replies; 191+ messages in thread From: Nathan Bossart @ 2025-11-14 20:03 UTC (permalink / raw) --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e20d15d4533..5f6493c31b7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_size = tab trim_trailing_whitespace = true insert_final_newline = true indent_style = unset -tab_width = unset +tab_width = 8 [*.[chly]] trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes index 4e26bbfb145..58fd4444b58 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # IMPORTANT: After updating this file, also run src/tools/generate_editorconfig.py -* whitespace=space-before-tab,trailing-space +* whitespace=space-before-tab,trailing-space,tabwidth=8 *.[chly] whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.cpp whitespace=space-before-tab,trailing-space,indent-with-non-tab,tabwidth=4 *.pl whitespace=space-before-tab,trailing-space,tabwidth=4 -- 2.39.5 (Apple Git-154) --gHLBJeebIjretGDl-- ^ permalink raw reply [nested|flat] 191+ messages in thread
end of thread, other threads:[~2025-11-14 20:03 UTC | newest] Thread overview: 191+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org> 2025-11-14 20:03 [PATCH v1 1/1] Change default tab width to 8. Nathan Bossart <nathan@postgresql.org>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox