]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - scripts/kernel-doc
scripts/kernel-doc: add modeline for vim users
authorVegard Nossum <vegard.nossum@oracle.com>
Thu, 15 Feb 2024 13:48:24 +0000 (14:48 +0100)
committerJonathan Corbet <corbet@lwn.net>
Wed, 21 Feb 2024 20:44:21 +0000 (13:44 -0700)
commita3a23d360cdd853b1038deda05e8d8c134a49a90
tree083ba60a0dc4bfb41f78d3f86540e3fa1c6eb9b6
parent3a5f1c3d832838b23a2df5f203bacf318d7362f2
scripts/kernel-doc: add modeline for vim users

Set 'softtabstop' to 4 spaces, which will hopefully help keep the
indentation in this file consistent going forwards.

This mirrors the modeline in scripts such as recordmcount.pl, ktest.pl,
and others.

Emacs seems to use 4 spaces to indent by default, so it doesn't require
anything special here.

No functional change.

Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240215134828.1277109-2-vegard.nossum@oracle.com
scripts/kernel-doc