summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-29 23:30:51 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-29 23:30:51 -0400
commitc1b1899c30e626324deebb4f1afbb2d6546db6f3 (patch)
tree5afcffadcae96aab4a9224e74730ec28e9e667fa /.editorconfig
parent4f1ec4af9e3bcab3cc5ac953198bc422ada0eee4 (diff)
Add .editorconfig
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..38b2b1b
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.md]
+indent_size = 4