summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-12 15:44:38 -0400
committerpommicket <pommicket@gmail.com>2025-09-12 15:44:38 -0400
commit35f4c5470e4a2229f435139513202c1c97dd03bf (patch)
tree87b9472e034ac785dba3a8f069ad0677c215daa7
parent8eacd6c35325d5ce5d341ace6ba0dbef34b43b0d (diff)
Add .editorconfig
-rw-r--r--.editorconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..03ba509
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,7 @@
+# https://editorconfig.org
+
+[**]
+indent_style = tab
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8