aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLoek Le Blansch <32883851+lonkaars@users.noreply.github.com>2024-05-19 17:25:22 +0200
committerGitHub <noreply@github.com>2024-05-19 17:25:22 +0200
commit2c822f07fb31aaf00679227af50483218479dba5 (patch)
treecdb7b4fffa9e6b866a737d6937ada1f7741ec0d0 /.editorconfig
parent488899377dc72989a178173662f95d25fc69c59f (diff)
parent821974afa85d9daa2c0aaa49c109c5c4b4891ae4 (diff)
Merge pull request #6 from lonkaars/wip/housekeeping
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
+
+