Lines Matching full:indent
53 // pointer to the array of last used indent
56 // whether the last action was an indent (opposed to an unindent)
65 let indent; variable
69 indent = matches[0].length;
77 indent = 0;
80 const diff = indent - prev;
81 prev = indent;
84 // an indent or unindent has been detected
97 // if the last action was an indent, increment the weight
105 let indent; variable
108 indent = '';
111 indent = ' '.repeat(amount);
114 indent = '\t'.repeat(amount);
120 indent