diff options
Diffstat (limited to 'Documentation/CodingStyle')
| -rw-r--r-- | Documentation/CodingStyle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index dcef6d52de2c..7b256c12a5f5 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle @@ -254,6 +254,8 @@ values. To do the latter, you can stick the following in your .emacs file: (interactive) (c-mode) (c-set-style "K&R") + (setq tab-width 8) + (setq indent-tabs-mode t) (setq c-basic-offset 8)) This will define the M-x linux-c-mode command. When hacking on a |
