From 9fead8a218a85391221385030d8b1f7bfe62a1d4 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 12 Nov 2023 17:06:44 -0500 Subject: feat: add nix flake for dev env --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index d395ba4..cba1b92 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,9 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{yml,yaml}] +[*.{nix,yml,yaml}] indent_style = space indent_size = 2 + +[*.lock] +indent_style = space -- cgit v1.2.3