summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
author zaaarf <me@zaaarf.foo>2024-02-12 18:52:47 +0100
committer zaaarf <me@zaaarf.foo>2024-02-12 18:52:47 +0100
commit0a759cfc2977cee65c2acc0845b3c471c401a3d3 (patch)
tree831f0723ebdf4571988e550b8c19bd2609eb3109 /.editorconfig
feat: initial, basic implementation
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..07e215e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,6 @@
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = tab
+indent_size = 2