From 105ed5f08273c547ee473ddd4f4edf9419d07c30 Mon Sep 17 00:00:00 2001 From: Safo Date: Sun, 26 Jan 2020 18:38:49 +0200 Subject: [PATCH] Added a basic editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..625c576e5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true +end_of_line = lf +charset = utf-8