Home
last modified time | relevance | path

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

/external/harfbuzz_ng/
D.editorconfig10 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/wayland-protocols/freedesktop.org/
D.editorconfig6 tab_width = 8
/external/mesa3d/src/gallium/drivers/freedreno/
D.editorconfig4 tab_width = 4
/external/grpc-grpc/
D.editorconfig7 tab_width = 8
/external/rust/crates/grpcio-sys/grpc/
D.editorconfig7 tab_width = 8
/external/mesa3d/src/freedreno/vulkan/
D.editorconfig4 tab_width = 8
/external/mesa3d/src/freedreno/
D.editorconfig4 tab_width = 4
/external/grpc-grpc/src/csharp/
D.editorconfig8 tab_width = 4
/external/libdrm/tests/amdgpu/
D.editorconfig8 tab_width = 8
/external/libdrm/amdgpu/
D.editorconfig8 tab_width = 8
/external/wayland/
D.editorconfig15 tab_width = 8
/external/igt-gpu-tools/
D.editorconfig7 tab_width = 8
/external/rust/crates/codespan-reporting/src/term/
Drenderer.rs671 let tab_width = self.config.tab_width; in char_metrics() localVariable
677 unicode_width: match (ch, tab_width) { in char_metrics()
679 ('\t', _) => tab_width - (unicode_column % tab_width), in char_metrics()
Dconfig.rs15 pub tab_width: usize, field
38 tab_width: 4, in default()
/external/rust/crates/codespan-reporting/tests/
Dterm.rs732 tab_width: 3, in tab_width_3_no_color()
742 tab_width: 6, in tab_width_6_no_color()
798 tab_width: 2, in tab_width_2_no_color()
808 tab_width: 3, in tab_width_3_no_color()
818 tab_width: 6, in tab_width_6_no_color()
/external/mesa3d/
D.editorconfig9 tab_width = 8
/external/python/cpython3/Lib/distutils/command/
Dcheck.py129 settings.tab_width = 4
/external/python/cpython2/Lib/distutils/command/
Dcheck.py130 settings.tab_width = 4
/external/arm-trusted-firmware/
D.editorconfig48 tab_width = 8