set justfile indentation to match formatted output
1 file changed, 4 insertions(+), 1 deletion(-)
changed files
M .editorconfig → .editorconfig
@@ -8,5 +8,8 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[{justfile,go.mod,go.sum,*.go,.gitmodules}] +[{go.mod,go.sum,*.go,.gitmodules}] indent_style = tab + +[justfile] +indent_size = 4