From a7d3495fd0cec97c8b497feb1e5435f76ffc3539 Mon Sep 17 00:00:00 2001 From: MAZE Date: Thu, 5 Oct 2023 16:41:44 +0330 Subject: [PATCH] chore: add Editor Config --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9029500 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true \ No newline at end of file