From c3c6700f172931935dde295365bd56bd82166f14 Mon Sep 17 00:00:00 2001
From: natct <ncretin@easter-eggs.com>
Date: Tue, 29 Oct 2024 18:04:22 +0100
Subject: [PATCH] feat: add `.editorconfig`

---
 .editorconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .editorconfig

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..669640d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+tab_width = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true