branch: elpa/web-mode
commit fa2f425591926466d5b1219d5695b0f6f760429a
Author: Ola Nilsson <[email protected]>
Commit: Ola Nilsson <[email protected]>
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: