Searched defs:TAB_WIDTH (Results 1 – 4 of 4) sorted by relevance
23 pub(crate) const TAB_WIDTH: usize = TAB.len(); constant
28 TAB_WIDTH = 8 # Number of spaces to use for \t replacement variable
1115 const TAB_WIDTH: usize = 4; constant
28 final static int TAB_WIDTH = 4; field in ConsoleReader