Home
last modified time | relevance | path

Searched full:tab (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/
H A D.editorconfig14 indent_style = tab
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl121 --tab-size=n set the number of spaces for tab (default $tabsize)
319 'tab-size=i' => \$tabsize,
400 # skip TAB size 1 to avoid additional checks on $tabsize - 1
401 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2);
2573 #Remove spaces before a tab
3677 "MAINTAINERS entries use one tab after TYPE:\n" . $herecurr) &&
3962 # check indentation starts on a tab stop
4190 # if the previous line is a break or return and is indented 1 tab more...
5605 # at end-of-function, with the previous line a single leading tab, then return;