From 4aba6ae76051e7e6eca452214ecae9dcc2492075 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sun, 7 Dec 2025 16:53:48 +0800 Subject: [PATCH] feat: add .editorconfig --- .editorconfig | 10 ++++++++++ shell/.editorconfig | 10 ++++++++++ sub-shell/.editorconfig | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 .editorconfig create mode 100644 shell/.editorconfig create mode 100644 sub-shell/.editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6c89dae --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +indent_style = space +end_of_line = lf +charset = utf-8 +insert_final_newline = true + +[*.nix] +indent_size = 2 diff --git a/shell/.editorconfig b/shell/.editorconfig new file mode 100644 index 0000000..6c89dae --- /dev/null +++ b/shell/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +indent_style = space +end_of_line = lf +charset = utf-8 +insert_final_newline = true + +[*.nix] +indent_size = 2 diff --git a/sub-shell/.editorconfig b/sub-shell/.editorconfig new file mode 100644 index 0000000..6c89dae --- /dev/null +++ b/sub-shell/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +indent_style = space +end_of_line = lf +charset = utf-8 +insert_final_newline = true + +[*.nix] +indent_size = 2