]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit542bb8e745c9bbfee29fad734f1bfd1c1872af33
treed6af14717c31b850df821aae2a9ee7a884709ee6
parenta46346255b1d6765073af3107a93c8f045dd9085
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