From 7b1044214fb54572b20f984d3a8f9834199ced06 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 4 Oct 2025 12:50:47 +0800 Subject: [PATCH] feat: add .editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e0a89c4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +indent_style = space +end_of_line = lf +charset = utf-8 +insert_final_newline = false + +[*.{nix,lua,yaml,css}] +indent_size = 2 + +[Makefile] +indent_size = 4 \ No newline at end of file