Skip to content

Commit a3a23d3

Browse files
vegardJonathan Corbet
authored andcommitted
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
1 parent 3a5f1c3 commit a3a23d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/kernel-doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env perl
22
# SPDX-License-Identifier: GPL-2.0
3+
# vim: softtabstop=4
34

45
use warnings;
56
use strict;

0 commit comments

Comments
 (0)