From 08172c3408c28b0d0a82e3a839da12483a60afd8 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 1 Jun 2021 00:11:30 +0100 Subject: [PATCH] Add .editorconfig file --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2731998 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_trailing_newline = true -- 2.43.2