emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/web-mode fa2f425591 5/7: Set sentence-end-double-space to


From: ELPA Syncer
Subject: [nongnu] elpa/web-mode fa2f425591 5/7: Set sentence-end-double-space to nil in web-mode.el
Date: Mon, 6 Feb 2023 12:00:37 -0500 (EST)

branch: elpa/web-mode
commit fa2f425591926466d5b1219d5695b0f6f760429a
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    Set sentence-end-double-space to nil in web-mode.el
    
    No more 'sentence should end in double space' warnings from
    checkdoc.
---
 web-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web-mode.el b/web-mode.el
index de09c0e7c5..23b17ffe81 100644
--- a/web-mode.el
+++ b/web-mode.el
@@ -14882,4 +14882,5 @@ extended to support more filetypes by customizing
 ;; Local Variables:
 ;; coding: utf-8
 ;; indent-tabs-mode: nil
+;; sentence-end-double-space: nil
 ;; End:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]