From 1d39d3f13b98bd47c46b07b988b540d6967411c9 Mon Sep 17 00:00:00 2001 From: Thomas Beverley Date: Thu, 14 Nov 2024 11:08:11 +0000 Subject: [PATCH] Add editorconfig for consistency --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..53b061a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file