From 9b0c6aece69147aeeaf300b1c8db8d7b131226db Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 4 May 2025 01:48:13 -0400 Subject: [PATCH] add .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d17805f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*.nix] +indent_size = 2 +indent_stype = space