Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 039d19a1 authored by Alison Chaiken's avatar Alison Chaiken Committed by Jonathan Corbet
Browse files

CodingStyle: enable emacs display of trailing whitespace



Suggest to developers who use emacs that they turn on the
instantaneous trailing-whitespace warning feature.

Signed-off-by: default avatarAlison Chaiken <alison_chaiken@mentor.com>
[jc: untabified to match its surroundings]
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent d56fcf29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -527,6 +527,7 @@ values. To do the latter, you can stick the following in your .emacs file:
                         (string-match (expand-file-name "~/src/linux-trees")
                                       filename))
                (setq indent-tabs-mode t)
                (setq show-trailing-whitespace t)
                (c-set-style "linux-tabs-only")))))

This will make emacs go better with the kernel coding style for C