From caee9c0d5915e6b9db6650944ff027013de2a54a Mon Sep 17 00:00:00 2001
From: flashwave <me@flash.moe>
Date: Fri, 11 Apr 2025 19:46:16 +0000
Subject: [PATCH] Added .editorconfig.

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

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