Searched refs:tab_width (Results 1 – 10 of 10) sorted by relevance
12 tab_width = 818 tab_width = 8
60 def _TabbedContinuationAlignPadding(spaces, align_style, tab_width, argument75 return '\t' * int(continuation_indent_width / tab_width)78 return '\t' * int((spaces + tab_width - 1) / tab_width)
226 $tab_width = 8; # How many spaces equal a tab?437 $tab_width = $ARGV[1];778 $column += $tab_width - ($column % $tab_width);
7 tab_width = 8
8 tab_width = 4
8 tab_width = 8
9 tab_width = 8
126 settings.tab_width = 4
130 settings.tab_width = 4