From 975162ed94b62ffd5728de92502438ead2bd0669 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Sat, 27 Apr 2024 21:28:11 +0200 Subject: [PATCH] style(.editorconfig): set indent_style=tabs and indent_size=4 --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 87a0020..752200e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ max_line_length = null [Makefile] indent_style = tab + +[*.go] +indent_style = tab +indent_size = 4