From 92da6e1e811ee1c90c7e3718d0bc1cc09a224e1f Mon Sep 17 00:00:00 2001 From: heliguy Date: Sun, 5 Jan 2025 23:08:53 -0500 Subject: [PATCH] Fix Editor Config's indent setting (tab to tabs) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 7c37483..e54228d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true [*] -indent_style = tabs +indent_style = tab indent_size = 4 max_line_length = 160 trim_trailing_whitespace = true