From 3a80b9d5ad874dff1cb121cdfb5ed8d4f86381d9 Mon Sep 17 00:00:00 2001 From: Niko Savola Date: Mon, 8 Dec 2025 17:59:23 +0200 Subject: [PATCH] Set indentation to 2 spaces in .tclint.toml --- .tclint.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.tclint.toml b/.tclint.toml index 42ed23ca..4e0bb354 100644 --- a/.tclint.toml +++ b/.tclint.toml @@ -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