branch: scratch/editorconfig-cc
commit 0ebb188649f3373fe4d372e49e1edc1ae07f9935
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Disable delete-trailing-whitespace when buffer-read-only is nil
---
 editorconfig.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/editorconfig.el b/editorconfig.el
index 45ef0bae3a..dd29aa7b1e 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -297,7 +297,6 @@ number - `lisp-indent-offset' is not set only if 
indent_size is
                                       eol)
                                      nil t))))
 
-
 (defun editorconfig-set-line-length (length)
   "Set the max line length (`fill-column') to LENGTH."
   (when (and (editorconfig-string-integer-p length)

Reply via email to