From 1dc286e3da73905eb6b3659a1735709708356205 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 6 Sep 2022 20:00:52 +0200 Subject: [PATCH] Added --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..efd8b1f0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = crlf +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = false +max_line_length = 120 \ No newline at end of file