From 47f9ed7cbe88888023af67437c515e2f105bfbca Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 24 May 2023 21:11:22 +0200 Subject: [PATCH] editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3c81fcc --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.phtml] +indent_style = space +indent_size = 2 -- 2.30.2