From 088117ad3875d21fc0a2a2b01e518a01366889b4 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Mon, 27 Jun 2022 23:23:47 -0300 Subject: [PATCH] Adjust .editorconfig to avoid warning messages Signed-off-by: RD WebDesign --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3e40e462..a53bf58c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,9 +3,8 @@ # top-most EditorConfig file root = true -# Unix-style newlines with a newline ending every file +# A newline ending every file [*] -end_of_line = lf insert_final_newline = true indent_style = space indent_size = 4