From 6a2d9e752fab27b59da4f194b0ef6daf7e8b6d81 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 12 Oct 2024 14:28:54 -0400 Subject: port to deno --- .editorconfig | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 7618759..f9e4a2e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,18 +1,16 @@ -# http://editorconfig.org root = true [*] -indent_style = tab -tab_width = 2 -indent_size = 2 end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true insert_final_newline = true +charset = utf-8 +indent_style = tab +indent_size = 4 -[*.{nix,yml,yaml}] +[*.{lock,nix,yml,yaml}] indent_style = space indent_size = 2 -[*.lock] +[justfile] indent_style = space +indent_size = 4 -- cgit v1.2.3