aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLarsVomMars2020-07-09 23:58:30 +0200
committerLarsVomMars2020-07-09 23:58:30 +0200
commite9aa61e7fb8c048afe96d000b7ba0cb7261791f1 (patch)
treec320802018dc05e48b986e761150218697091776 /.editorconfig
parent5c6e6e9962187335d80ee8f31921ee561c430365 (diff)
Boilerplate, debugger, modules, ...
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig7
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