From b27596dac382f0de3a51eec331337d0876a93829 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Tue, 16 Jul 2024 10:25:39 +0700 Subject: [PATCH] chore: Add editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..547b546 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*] +end_of_line = lf +insert_final_newline = true + +[*.nix] +indent_style = space +indent_size = 2