all repos — homestead @ 9265e2bdde5f9bd101bfe33161f3f088615559c8

Code for my website

set justfile indentation to match formatted output

Alin
commit

9265e2bdde5f9bd101bfe33161f3f088615559c8

parent

80e8942670e7ea2300ea2ad195388fd1c67ed0f9

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