From e9aa61e7fb8c048afe96d000b7ba0cb7261791f1 Mon Sep 17 00:00:00 2001 From: LarsVomMars Date: Thu, 9 Jul 2020 23:58:30 +0200 Subject: Boilerplate, debugger, modules, ... --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..fe1ae2d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*.ts] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 -- cgit v1.2.3