From 3f3f268ca450350fb2d6b66a98b96d15bfb1357f Mon Sep 17 00:00:00 2001 From: BennyBPB <84272511+BennyBPB@users.noreply.github.com> Date: Thu, 6 Jul 2023 03:54:12 +0200 Subject: [PATCH] Add 'end_of_line = lf' to .editorconfig (#2969) * Update .editorconfig Added line feed * Update .editorconfig Added to .editorconfig in src folder --- dist/.editorconfig | 1 + src/.editorconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/.editorconfig b/dist/.editorconfig index 6cee5395..f29d257c 100644 --- a/dist/.editorconfig +++ b/dist/.editorconfig @@ -4,6 +4,7 @@ root = true [*] charset = utf-8 +end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true diff --git a/src/.editorconfig b/src/.editorconfig index 6cee5395..f29d257c 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -4,6 +4,7 @@ root = true [*] charset = utf-8 +end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true