From 6e460a20acac652585ebe63bb18d0806792bbd22 Mon Sep 17 00:00:00 2001 From: redtide Date: Thu, 27 May 2021 21:07:40 +0200 Subject: [PATCH] Added Editorconfig for the project (#228) --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..7278fb63 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true