[1/2] Update tclint.style in pyproject.toml

Message ID 20260325161319.4092668-2-tdevries@suse.de
State New
Headers
Series Reformat gdb.ada using tclfmt |

Commit Message

Tom de Vries March 25, 2026, 4:13 p.m. UTC
  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(-)
  

Patch

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