aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-19 17:24:37 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-19 17:24:37 +0200
commit821974afa85d9daa2c0aaa49c109c5c4b4891ae4 (patch)
treecdb7b4fffa9e6b866a737d6937ada1f7741ec0d0 /.editorconfig
parent488899377dc72989a178173662f95d25fc69c59f (diff)
add housekeeping notices
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
+
+