v2-0001-Add-pgindent-to-.editorconfig.patch

application/octet-stream

Filename: v2-0001-Add-pgindent-to-.editorconfig.patch
Type: application/octet-stream
Part: 0
Message: Re: run pgindent on a regular basis / scripted manner

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: format-patch
Series: patch v2-0001
Subject: Add pgindent to .editorconfig
File+
.editorconfig 5 0
From a87e365050706d8e326b75afe2e2cafcf9eecbe4 Mon Sep 17 00:00:00 2001
From: Jelte Fennema <jelte.fennema@microsoft.com>
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