From 21ab0dd37274f4e2b6dd19e92ecd0fb2bf87c66e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 8 Apr 2021 09:15:39 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9b5abc1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = false +indent_style = tab