diff options
author | LarsVomMars | 2020-07-09 23:58:30 +0200 |
---|---|---|
committer | LarsVomMars | 2020-07-09 23:58:30 +0200 |
commit | e9aa61e7fb8c048afe96d000b7ba0cb7261791f1 (patch) | |
tree | c320802018dc05e48b986e761150218697091776 /.editorconfig | |
parent | 5c6e6e9962187335d80ee8f31921ee561c430365 (diff) |
Boilerplate, debugger, modules, ...
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 7 |
1 files changed, 7 insertions, 0 deletions
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 |