From ccd06e27c50ce471a090c129c0b4a136af1048aa Mon Sep 17 00:00:00 2001 From: MaximAL Date: Sun, 26 Jan 2025 20:02:28 +0300 Subject: [PATCH] Set basic indent size to 4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set basic indent size to 4 in order for Go and Makefile sources in GitHub to be displayed with shorter indents instead of browsers’ default 8. Signed-off-by: MaximAL --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 25357d0..e979cf8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ insert_final_newline = true charset = utf-8 max_line_length = 80 trim_trailing_whitespace = true +indent_size = 4 [*.{html,js,sh,sass,scss,md,mmark,yaml}] indent_style = space