From fa2eef0078823e033ae8b15b876a5012ed8beb0b Mon Sep 17 00:00:00 2001 From: Sven van Heugten Date: Sun, 22 Feb 2026 06:31:38 +0100 Subject: [PATCH] Remove tabwidth= in .editorconfig tab_width: [...]. This defaults to the value of indent_size and doesn't usually need to be specified. (https://editorconfig.org/) --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8806648..a04228b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,3 @@ trim_trailing_whitespace = true [*.nix] indent_size = 2 -tab_width = 2 -