Documentation: update CodingStyle tips for Emacs users
authorTeemu Likonen <tlikonen@iki.fi>
Fri, 30 Jan 2009 00:28:16 +0000 (16:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Jan 2009 02:19:29 +0000 (18:19 -0800)
commit0acbc6c651911dc9ffb4f59b34306bc1ccb751e5
treed6af14717c31b850df821aae2a9ee7a884709ee6
parent5872fb94f85d2e4fdef94657bd14e1a492df9825
Documentation: update CodingStyle tips for Emacs users

With the previous Emacs tips example the kernel style was made available
for files in the kernel-tree only. This patch updates the tip to add a
separate cc-mode indent style ("linux-tabs-only"). This makes it easy to
switch between different indent styles and also makes the kernel style
easily available for any filetype mode (c++, awk, ...) that is managed
by the Emacs cc-mode.

Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/CodingStyle