From 1c8807bdf9f1df9a6ccbe3fff5c4e2f6d337dae4 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Thu, 28 Sep 2023 20:07:38 +0200 Subject: [PATCH] add missing hidden file --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..86ba213 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +indent_style = tab +indent_size = 8 + +[*.nix] +indent_style = space +indent_size = 2 -- 2.39.2