From b53e0bb9c77e88e3e954568191ef0b0f356de563 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 19 Feb 2026 10:37:28 +0100 Subject: [PATCH] add editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3ea6341 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf + +[*.go] +indent_style = tab +indent_size = 4 + +[Makefile] +indent_style = tab +indent_size = 4