From fd481d4fdce31cfaaf414d24ebbba0b2ff99a20c Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 17 Mar 2023 21:13:55 -0400 Subject: feat(flake): init nix flake --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index b69d331..57d9631 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,7 @@ indent_size = 4 [*.yaml] indent_style = space indent_size = 2 + +[*.{nix,lock}] +indent_style = space +indent_size = 2 -- cgit v1.2.3