From f58fe4cf266089be1f94636de1dc7aa8496a847a Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 5 Oct 2022 17:35:55 -0400 Subject: [PATCH] Added editorconfig file --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b532f49 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*] +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 8