Searched defs:tab_width (Results 1 – 5 of 5) sorted by relevance
41 size_t tab_width = 2u; member
106 int tab_width = 8; /* Turn tabs to spaces with given in main() local
15 pub tab_width: usize, field
672 let tab_width = self.config.tab_width; in char_metrics() localVariable
774 let tab_width = context.config.tab_spaces().saturating_sub(shape.offset); in format_root() localVariable