aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorbraxtonhall2022-10-24 00:39:49 +0000
committerbraxtonhall2022-10-24 00:39:49 +0000
commitf4e141bb52b93096642a81a35b28c59dcc8dcdb5 (patch)
tree413220527d0fc82bac73d900471fd554e681e98f /.editorconfig
parent6917a3eb3526a413faf4b1f7b3342afe6fca86c6 (diff)
Add an editorconfig so I can actually read the code on GitHub
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..c57f5e7
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = tab
+indent_size = 4
+
+[*.md]
+trim_trailing_whitespace = false