Home
last modified time | relevance | path

Searched defs:tab_width (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/miette/src/handlers/
Dgraphical.rs31 pub(crate) tab_width: usize, field
71 pub fn tab_width(mut self, width: usize) -> Self { in tab_width() method
621 let tab_width = self.tab_width; localVariable
/external/rust/crates/miette/src/
Dhandler.rs56 pub(crate) tab_width: Option<usize>, field
162 pub fn tab_width(mut self, width: usize) -> Self { in tab_width() method
/external/yapf/yapf/yapflib/
Dformat_token.py32 def _TabbedContinuationAlignPadding(spaces, align_style, tab_width): argument
/external/rust/crates/codespan-reporting/src/term/
Dconfig.rs15 pub tab_width: usize, field
Drenderer.rs671 let tab_width = self.config.tab_width; in char_metrics() localVariable
/external/libconfig/lib/
Dlibconfig.h118 unsigned short tab_width; member