From: Paul Zander <negril.nx+gentoo@gmail.com>
To: negril.nx+gentoo@gmail.com, gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] [PATCH 3/3] [QA] drop indent_size
Date: Sun, 5 May 2024 17:50:38 +0200 [thread overview]
Message-ID: <20240505155038.24810-1-negril.nx+gentoo@gmail.com> (raw)
In-Reply-To: <20240505154819.24403-1-negril.nx+gentoo@gmail.com>
indent_size is the width in spaces, we use tabs.
tab_width would be the tab width in spaces, but there is no reason to force this.
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
---
.editorconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.editorconfig b/.editorconfig
index dc1d5587a8b..04a69b17304 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,9 +8,8 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
-indent_size = 4
trim_trailing_whitespace = true
-#max_line_length = 80
+# max_line_length = 80
[*.patch]
trim_trailing_whitespace = false
--
2.45.0
next prev parent reply other threads:[~2024-05-05 15:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-05 14:45 [gentoo-dev] [PATCH 1/3] [QA] fix .editorconfig Paul Zander
2024-05-05 15:48 ` [gentoo-dev] [PATCH 2/3] [QA] allow overriding settings Paul Zander
2024-05-05 15:50 ` Paul Zander [this message]
2024-05-05 17:53 ` [gentoo-dev] [PATCH 3/3] [QA] drop indent_size Ulrich Mueller
2024-05-05 18:56 ` Eli Schwartz
2024-05-05 19:04 ` [gentoo-dev] [PATCH 2/3] [QA] allow overriding settings Eli Schwartz
2024-05-05 17:45 ` [gentoo-dev] [PATCH 1/3] [QA] fix .editorconfig Ulrich Mueller
2024-09-19 7:24 ` Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240505155038.24810-1-negril.nx+gentoo@gmail.com \
--to=negril.nx+gentoo@gmail.com \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox