From 2841ef85285fa57975de2d8ec054896d61ddabd5 Mon Sep 17 00:00:00 2001 From: Daniel Poelzleithner Date: Fri, 11 Mar 2022 07:12:39 +0100 Subject: [PATCH] add .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7708c2b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# 4 tab indentation + +indent_style = tab +indent_size = 4 + +[*.nix] +indent_style = space +indent_size = 2