summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-12-17 20:50:34 +0100
committerJoel Klinghed <the_jk@spawned.biz>2024-12-17 20:50:34 +0100
commit29cd5193ea84df492df0b04f665c77183c911e2b (patch)
tree74aeae9a8213be21750d64bc464632ee31a27f27 /.editorconfig
parent4134750ef6921c8f0fcac898594101a6ca5f4f4f (diff)
Add formatting
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..39b412b
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+charset = utf-8
+insert_final_newline = true
+
+[*.ts]
+end_of_line = lf
+indent_style = space
+indent_size = 4
+max_line_length = 80