From da9a75299b5505be80039712c57274cee54d0b8b Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Wed, 20 Nov 2024 21:36:35 +0800 Subject: skeleton --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e66a4a8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://editorconfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.ts] +charset = utf-8 +indent_style = space +indent_size = 2 -- cgit v1.2.3