v1-0001-Add-pgindent-to-.editorconfig.patch
application/octet-stream
Filename: v1-0001-Add-pgindent-to-.editorconfig.patch
Type: application/octet-stream
Part: 1
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 v1-0001
Subject: Add pgindent to .editorconfig
| File | + | − |
|---|---|---|
| .editorconfig | 5 | 0 |
From ba32678de85c012567f4e283c8f8520601992e00 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 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