From d6f6274a643a4a1a873f6fa93260269ba22d210d Mon Sep 17 00:00:00 2001 From: Aire-One Date: Mon, 23 Sep 2024 23:46:51 +0200 Subject: [PATCH] chore: update editorconfig --- .editorconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2791264..d7899ec 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,8 +8,14 @@ indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 -trim_trailing_whitespace = false +trim_trailing_whitespace = true insert_final_newline = true [*.{json,yaml}] indent_size = 2 + +[*.go] +indent_style = tab + +[Makefile] +indent_style = tab