From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [PATCH 1/2] [gdb] Update tclint.style in pyproject.toml
Date: Wed, 25 Mar 2026 17:13:13 +0100 [thread overview]
Message-ID: <20260325161319.4092668-2-tdevries@suse.de> (raw)
In-Reply-To: <20260325161319.4092668-1-tdevries@suse.de>
Since tclint v0.8.0, tclfmt can use the following settings:
- spaces-in-braces = "balanced-no"
- emacs = true
These were added to reduce the amount of changes when reformatting gdb
testsuite files.
Add these to gdb/pyproject.toml.
---
gdb/pyproject.toml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gdb/pyproject.toml b/gdb/pyproject.toml
index c8d1705ba15..5262ddb056e 100644
--- a/gdb/pyproject.toml
+++ b/gdb/pyproject.toml
@@ -39,4 +39,7 @@ max-blank-lines = 1
indent-namespace-eval = true
# Used by tclfmt.
-spaces-in-braces = false
+spaces-in-braces = "balanced-no"
+
+# Used by tclfmt.
+emacs = true
--
2.51.0
next prev parent reply other threads:[~2026-03-25 16:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-25 16:13 [PATCH 0/2] [gdb/testsuite] Reformat gdb.ada using tclfmt Tom de Vries
2026-03-25 16:13 ` Tom de Vries [this message]
2026-03-25 16:13 ` [PATCH 2/2] " Tom de Vries
2026-03-25 16:42 ` Tom de Vries
2026-03-31 6:49 ` Tom de Vries
2026-04-10 12:35 ` [PING][PATCH 0/2] " Tom de Vries
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=20260325161319.4092668-2-tdevries@suse.de \
--to=tdevries@suse.de \
--cc=gdb-patches@sourceware.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