From 9da88a09089e2f49e09a5c2488276e148760520f Mon Sep 17 00:00:00 2001 From: Odyssey Date: Fri, 10 Feb 2023 20:13:40 +0100 Subject: [PATCH] Add .editorconfig for yml files Signed-off-by: Odyssey --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6c209ec --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*.yml] +end_of_line = lf +insert_final_newline = false +indent_style = tab +indent_size = 2 +charset = utf-8 \ No newline at end of file