From 6393fd1e4dae9b9083e21b51b4cf7ec3920a6316 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 10 Feb 2025 05:29:09 +0300 Subject: [PATCH] meta: integrate editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1eecd60 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[{Makefile,go.mod,go.sum,*.go,.gitmodules}] +indent_style = tab +indent_size = 4