From 9ed2c5faa1d2902bbc060709f5670d9ce2a1614a Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 13 Oct 2021 19:47:14 -0700 Subject: [PATCH] Stop using tabs in justfile in editorconfig (#996) --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 93fda2d..4b4fede 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,3 @@ indent_style = space indent_size = 2 # Trim trailing whitespace trim_trailing_whitespace = true - -[justfile] -# Use tabs in justfile -indent_style = tab