From 404aa6f9162e599506a979704e9fc6e081c6a78f Mon Sep 17 00:00:00 2001 From: Dale Whinham Date: Fri, 25 Jun 2021 13:02:10 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2cdea2f..e20858d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true [*] indent_style = tab -tab_width = 4 +tab_width = 8 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true