From fe7005a79c4864a71c6c997aa9c5bac63759171f Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Wed, 14 Jun 2023 02:24:07 +0200 Subject: [PATCH] chore: added `.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..ae10a5c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true