From 0342b768369bbfbd837463c6bc8de13c31d5ae2a Mon Sep 17 00:00:00 2001
From: Thomas Fabre <tfabre@takima.fr>
Date: Fri, 23 Jun 2023 13:08:34 +0200
Subject: [PATCH] Add editor configuration rules

---
 .editorconfig | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index b15cdcb..77d50f8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,2 +1,7 @@
 [*]
-indent_size = 4
\ No newline at end of file
+indent_size = 4
+charset = utf-8
+end_of_line = lf
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
-- 
GitLab