From 75ead441ecbcff65ca5dbc2298f9e02c3867d0cb Mon Sep 17 00:00:00 2001 From: emma Date: Thu, 28 Dec 2023 23:34:23 -0700 Subject: [PATCH] .editorconfig: Makefile and shell file indentation --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index 416f893..5c4a4c2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,9 @@ end_of_line = lf indent_style = tab indent_size = 4 insert_final_newline = true + +[*akefile] +indent_size = 2 + +[*.sh] +indent_size = 2