From d603d8976d87a8e0d93f435f131df2c50f2ca197 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 10 Sep 2023 15:56:24 +0200 Subject: [PATCH] Editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d09a810 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true +[*] + +charset = utf-8 + +# Indentation and spacing +indent_size = 4 +indent_style = space +tab_width = 4 + +# New line preferences +#end_of_line = crlf +insert_final_newline = true +trim_trailing_whitespace = true