From dfdb0ceed87923086f258f5291276c9db0b7ecd0 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 17 Apr 2024 03:50:34 -0400 Subject: nix: remove all inputs --- .editorconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 62e6253..f9e4a2e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,11 +7,7 @@ charset = utf-8 indent_style = tab indent_size = 4 -[*.{yml,yaml}] -indent_style = space -indent_size = 2 - -[*.{nix,lock}] +[*.{lock,nix,yml,yaml}] indent_style = space indent_size = 2 -- cgit v1.2.3