From 6ee59e4eb846946ed11d9f2c46801bee04ac88c7 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 26 Jun 2025 02:44:09 -0700 Subject: [PATCH] core: add editorconfig (#61) --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f23ea8b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 + +[*.{cmake,nix,yml,yaml},CMakeLists.txt] +indent_size = 2 \ No newline at end of file