aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-02 15:24:22 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-02 15:24:22 +0200
commitf5da5d0d5489481ddb18dcb6088059884efeb024 (patch)
treec243fc9a478a255d253ccb9d89f52a6e6c7d00ed /.editorconfig
initial commit (WIP repo 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
+