From 47584608774060d1674f92ab74389b4c696bee12 Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Sun, 7 Jul 2024 10:30:51 +0800 Subject: initialize editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..739afee --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# EditorConfig is awesome: https://editorconfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true + +[*.sh] +charset = utf-8 +indent_style = space +indent_size = 2 -- cgit v1.2.3