From a87e365050706d8e326b75afe2e2cafcf9eecbe4 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Mon, 23 Jan 2023 11:17:22 +0100 Subject: [PATCH v2 1/2] Add pgindent to .editorconfig Since it doesn't have the perl extension it didn't match the previous rules. --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index d69a3d1dc4e..91bf0f2d055 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,11 @@ indent_style = tab indent_size = tab tab_width = 4 +[src/tools/pgindent/pgindent] +indent_style = tab +indent_size = tab +tab_width = 4 + [*.{sgml,xml}] indent_style = space indent_size = 1 -- 2.34.1