From 813e6640c5647936fa6477f43d6313f78cfc8173 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Sun, 16 Jan 2022 14:33:57 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..51a7d86 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = tab +indent_size = 8