From 84ade276ad92ebf8ff238d143a41dac2fa1e7ad3 Mon Sep 17 00:00:00 2001 From: Matteo Vaccari Date: Wed, 7 Feb 2024 16:22:22 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.editorconfig b/.editorconfig index 86c8f59..18564b6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,15 +1,16 @@ +; indicate this is the root of the project root = true [*] -indent_style = tab -end_of_line = lf charset = utf-8 -trim_trailing_whitespace = true +end_of_line = LF insert_final_newline = true - -[package.json] +trim_trailing_whitespace = true indent_style = space -indent_size = 2 +indent_size = 4 -[*.md] -trim_trailing_whitespace = false +[Makefile] +indent_style = tab + +[*.go] +indent_style = tab