From e6e0cdff3b6ab7505666326324e7dbcb2e7714e2 Mon Sep 17 00:00:00 2001 From: Kristoffer Balintona Date: Sun, 30 Nov 2025 00:20:51 -0600 Subject: [PATCH] emacs: Set `sentence-end-double-space` in .dir-locals.el Throughout the project's files, contributors have implicitly been ending their sentences with a period and a single space. Set `sentence-end-double-space` accordingly. --- .dir-locals.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index b3ddffe8..b21f53c7 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -21,5 +21,5 @@ (sh-basic-offset . 4) (sh-indentation . 4)) (nil - (fill-column . 70)) - ) + (fill-column . 70) + (sentence-end-double-space . nil))) -- 2.45.2