From dd22cb2bb0e5f6ad4a45f53c7fde46ffb907ca58 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 30 Jun 2025 02:12:58 +0100 Subject: [PATCH] chore: add .editorconfig (#536) Co-authored-by: Adam Spiers --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..aada95f2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +insert_final_newline = true +end_of_line = lf +indent_style = space +indent_size = 2 +max_line_length = 80