scripts/recordmcount.pl: Make vim and emacs indent the same
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 22 Mar 2021 21:47:37 +0000 (17:47 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 22 Mar 2021 21:51:16 +0000 (17:51 -0400)
commitb700fc3a63f16d6e130433fdcbe3f5f223c7662c
tree332f49c7b0edfed2a1e4a67ac7b9e724dd7bc032
parent2cf3af7aa6df0e173f2bff57b73427bb05b30ba0
scripts/recordmcount.pl: Make vim and emacs indent the same

By default, emacs indents Perl files with 4 spaces, but will use tabs
where 8 spaces are used. Add a vim command of softtabstop=4, to make vim
behave the same. This should remove the issue of developers using vim
having causing different indentation.

"John (Warthog9) Hawley" <warthog9@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
scripts/recordmcount.pl