[Emacs] Always show trailing whitespace
This commit is contained in:
parent
c520264f4c
commit
eb5b8f5e24
@ -999,6 +999,13 @@ Set the default fill-column
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq-default fill-column 80)
|
(setq-default fill-column 80)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Show Trailing Whitespace
|
||||||
|
Trailing whitespace is really messy and annoying, which makes this a must-have
|
||||||
|
in my opinion. It's kind of crazy how often you will encounter serious codebases
|
||||||
|
with random whitespace ALL over the place.
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq-default show-trailing-whitespace t)
|
||||||
|
#+END_SRC
|
||||||
** Encoding
|
** Encoding
|
||||||
UTF-8 everywhere
|
UTF-8 everywhere
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user