Set indentation to 2 spaces in .tclint.toml

This commit is contained in:
Niko Savola 2025-12-08 17:59:23 +02:00 committed by GitHub
parent c4ce56872f
commit 3a80b9d5ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@ ignore = [
[style]
# Extend the default line length to 180 characters
# Many lines in the codebase are long due to complex Tcl command chains and embedded strings
indent = 2
line-length = 180