OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indent_width
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/scripts/
txt2html
230
$
indent_width
= 2; # Indents this many spaces for each
445
$
indent_width
= $ARGV[1];
601
$list_indent = " " x $listnum x $
indent_width
;
612
$list_indent = " " x ($listnum-1) x $
indent_width
;
/external/yapf/yapf/yapflib/
reformatter.py
53
indent_width
= style.Get('
INDENT_WIDTH
')
59
indent_amt =
indent_width
* uwline.depth
238
indent_amt = style.Get('
INDENT_WIDTH
') * uwline.depth
Completed in 462 milliseconds