diff options
-rw-r--r-- | Documentation/CodingStyle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index 618a33c940df..449a8a19fc21 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle | |||
@@ -527,6 +527,7 @@ values. To do the latter, you can stick the following in your .emacs file: | |||
527 | (string-match (expand-file-name "~/src/linux-trees") | 527 | (string-match (expand-file-name "~/src/linux-trees") |
528 | filename)) | 528 | filename)) |
529 | (setq indent-tabs-mode t) | 529 | (setq indent-tabs-mode t) |
530 | (setq show-trailing-whitespace t) | ||
530 | (c-set-style "linux-tabs-only"))))) | 531 | (c-set-style "linux-tabs-only"))))) |
531 | 532 | ||
532 | This will make emacs go better with the kernel coding style for C | 533 | This will make emacs go better with the kernel coding style for C |