Remove trailing space from .spacemacs.template (#15733)

This commit is contained in:
person-with-a-username 2022-09-13 18:44:48 -04:00 committed by GitHub
parent c1ef3c3f66
commit 8d4c114aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ It should only modify the values of Spacemacs settings."
;; Color highlight trailing whitespace in all prog-mode and text-mode derived
;; modes such as c++-mode, python-mode, emacs-lisp, html-mode, rst-mode etc.
;; (default t)
dotspacemacs-show-trailing-whitespace t
dotspacemacs-show-trailing-whitespace t
;; Delete whitespace while saving buffer. Possible values are `all'
;; to aggressively delete empty line and long sequences of whitespace,