diff options
| author | Benjamin Linskey | 2026-05-28 22:53:44 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-05-29 22:49:04 -0400 |
| commit | 01ffa4c3ab74128bb2b8a8ac2c0ddcaaa9aaa307 (patch) | |
| tree | 933e397c9d5c97e5579dc5e244eedb169816f52c | |
| parent | 044821677c774cd24f25f1818ea51d09cc64b006 (diff) | |
| download | cgit-01ffa4c3ab74128bb2b8a8ac2c0ddcaaa9aaa307.tar.gz | |
Add .editorconfig
This just adds a rule for cgit.css.
| -rw-r--r-- | .editorconfig | 3 |
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 |