From 0e231bb121c0002b640ed23b2b73dbe580a72a58 Mon Sep 17 00:00:00 2001 From: Toby Date: Mon, 2 Oct 2023 23:10:20 +0200 Subject: [PATCH] add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a436508 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = false + +[src/**/*.ts] +charset = utf-8 +indent_style = space +indent_size = 4