summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-04-13 19:32:37 -0400
committerDavid Gay <eapoems@riseup.net>2024-04-13 19:32:37 -0400
commite71bcdfbf46b879cc9530d58ae318d79bb492827 (patch)
treef69e476ac3ce6347335c3284926a1c78493ac222 /.editorconfig
parent682488dc179cfe1ae8d6649e4b711533a8abfdda (diff)
readme, license, configs
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