aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-03 11:01:00 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-03 11:01:00 +0200
commit690c853da8b50faa366ff42d9b32b32c841e7211 (patch)
treea2343570435e75bfd37025c3cedff3aceb033a53 /.editorconfig
parentff078630f3420a03cf8d9432cc7a96f249db5573 (diff)
more scaffolding
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..1bd7da9
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+indent_style = tab
+end_of_line = lf
+insert_final_newline = true
+
+[*.{md,yml}]
+indent_style = space
+indent_size = 2
+