From 28d2d9a220b90e9e1e9ebd7fae4c098368fa3017 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:08:10 +0200 Subject: [PATCH] Update .editorconfig --- .github/linters/.editorconfig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/linters/.editorconfig b/.github/linters/.editorconfig index 6e67923b4..c809986e3 100644 --- a/.github/linters/.editorconfig +++ b/.github/linters/.editorconfig @@ -1,7 +1,11 @@ -# Top-most EditorConfig file root = true -# 2 spaces for shell scripts -[*.sh] +[*] indent_style = space indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +[*.md] +trim_trailing_whitespace = false