From ba32678de85c012567f4e283c8f8520601992e00 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Mon, 23 Jan 2023 11:17:22 +0100 Subject: [PATCH v1 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