summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authordacctal <120422854+dacctal@users.noreply.github.com>2026-03-13 02:24:10 +0000
committerdacctal <120422854+dacctal@users.noreply.github.com>2026-03-13 02:24:10 +0000
commita78778866445b6f56fb80aedb7246ac2acd84a38 (patch)
treedb16024daf5c8312e8781ac40ffd8d3c14e25341 /.editorconfig
init
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..01072ca
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.v]
+indent_style = tab