Set indentation to 2 spaces in .tclint.toml
This commit is contained in:
parent
c4ce56872f
commit
3a80b9d5ad
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue