From c39b7bd27d4aea0b5c2593a3a8d18f89a9cc7eb0 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Sat, 1 Jun 2024 16:26:23 -0700 Subject: [PATCH] chore(ci): .editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..beefb01c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 + +[*.nix] +indent_style = space +indent_size = 2 + +[*.tf] +indent_style = space +indent_size = 2