Home | History | Annotate | Download | only in UglifyJS

Lines Matching refs:indentation

971         var indentation = 0,
979 line = repeat_string(" ", beautify.indent_start + indentation * beautify.indent_level) + line;
985 indentation += incr;
987 finally { indentation -= incr; }