aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBenjamin Linskey2026-05-28 22:53:44 -0400
committerBenjamin Linskey2026-05-29 22:49:04 -0400
commit01ffa4c3ab74128bb2b8a8ac2c0ddcaaa9aaa307 (patch)
tree933e397c9d5c97e5579dc5e244eedb169816f52c
parent044821677c774cd24f25f1818ea51d09cc64b006 (diff)
downloadcgit-01ffa4c3ab74128bb2b8a8ac2c0ddcaaa9aaa307.tar.gz

Add .editorconfig

This just adds a rule for cgit.css.

-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..515113c
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,3 @@
+[cgit.css]
+indent_style = tab
+indent_size = 8