aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-05-25 17:47:34 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-05-25 17:47:34 +0200
commit078038da762d7f64ae07cf416a2a08dddfc0c651 (patch)
tree474a8f9a82a7848f851f5f14ba4f65de1022c87e /.editorconfig
parent0350186840aa15ff2c5547d48fe831d0729b3ef0 (diff)
parent23017163757ea5e674bec4fb5529c24fe54002d7 (diff)
Merge branch 'master' into prot/vault-puzzle (merge #5)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..cd37156
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = tab
+end_of_line = lf
+insert_final_newline = true
+
+[*.md]
+indent_style = space
+indent_size = 2
+
+