From ba68a5d5d40ca6aa8b364dce449c1201cd6ddab4 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 13 Jun 2026 16:16:57 +0200 Subject: [PATCH] add editor config --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d675cb7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +indent_style = tab +indent_size = 8 \ No newline at end of file -- 2.47.3