From ee0531b3307e4d35e47456075bf7031f351343ce Mon Sep 17 00:00:00 2001 From: Junior Date: Tue, 30 Jun 2026 19:55:02 -0400 Subject: [PATCH] Switch vim modeline to two space indent --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index f6f8880..3f412f1 100644 --- a/index.php +++ b/index.php @@ -15,4 +15,4 @@ require_once 'htmlheader.php'; require_once 'htmlfooter.php'; -// vim: set ai et ts=3 sw=3: +// vim: set ai et ts=2 sw=2: