Home | History | Annotate | Download | only in js

Lines Matching refs:tabWidth

618   function makeTabExpander(tabWidth) {
638 // tabWidth.
639 var nSpaces = tabWidth - (charInLine % tabWidth);