Home
last modified time | relevance | path

Searched refs:tab_width (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/
D.editorconfig12 tab_width = 8
18 tab_width = 8
/external/yapf/yapf/yapflib/
Dformat_token.py60 def _TabbedContinuationAlignPadding(spaces, align_style, tab_width, argument
75 return '\t' * int(continuation_indent_width / tab_width)
78 return '\t' * int((spaces + tab_width - 1) / tab_width)
/external/ImageMagick/scripts/
Dtxt2html226 $tab_width = 8; # How many spaces equal a tab?
437 $tab_width = $ARGV[1];
778 $column += $tab_width - ($column % $tab_width);
/external/grpc-grpc/
D.editorconfig7 tab_width = 8
/external/grpc-grpc/src/csharp/
D.editorconfig8 tab_width = 4
/external/libdrm/amdgpu/
D.editorconfig8 tab_width = 8
/external/libdrm/tests/amdgpu/
D.editorconfig8 tab_width = 8
/external/mesa3d/
D.editorconfig9 tab_width = 8
/external/python/cpython3/Lib/distutils/command/
Dcheck.py126 settings.tab_width = 4
/external/python/cpython2/Lib/distutils/command/
Dcheck.py130 settings.tab_width = 4