Searched refs:indent_width (Results 1 – 2 of 2) sorted by relevance
43 def __init__(self, file=None, maxcol=80, indent_width=4): argument46 self.indent_width = indent_width50 self.indent_col = self.indent_level * self.indent_width
230 $indent_width = 2; # Indents this many spaces for each445 $indent_width = $ARGV[1];601 $list_indent = " " x $listnum x $indent_width;612 $list_indent = " " x ($listnum-1) x $indent_width;