Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/diagnostic/
Dformatter.h41 size_t tab_width = 2u; member
/third_party/cups-filters/filter/
Dtexttotext.c106 int tab_width = 8; /* Turn tabs to spaces with given in main() local
/third_party/rust/crates/codespan/codespan-reporting/src/term/
Dconfig.rs15 pub tab_width: usize, field
Drenderer.rs672 let tab_width = self.config.tab_width; in char_metrics() localVariable
/third_party/rust/rust/src/tools/rustfmt/src/
Dchains.rs774 let tab_width = context.config.tab_spaces().saturating_sub(shape.offset); in format_root() localVariable