From: Vegard Nossum <vegard.nossum@oracle.com> Date: Thu, 15 Feb 2024 13:48:24 +0000 (+0100) Subject: scripts/kernel-doc: add modeline for vim users X-Git-Tag: for-linus-6.9~358^2~23 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a3a23d360cdd853b1038deda05e8d8c134a49a90;p=users%2Fdwmw2%2Flinux.git 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 --- diff --git a/scripts/kernel-doc b/scripts/kernel-doc index a9947080ead3c..4dc5c3909d8c4 100755 --- a/scripts/kernel-doc +++ b/scripts/kernel-doc @@ -1,5 +1,6 @@ #!/usr/bin/env perl # SPDX-License-Identifier: GPL-2.0 +# vim: softtabstop=4 use warnings; use strict;