javascript - Uglify JS beautify using tabs -
i know can set indent level of javascript has been beautified uglifyjs, possible use tabs instead of spaces?
if not, there similar tool can? or patched version?
in uglify js's process.js
file modify indent
function instead of space (" "
) inserts tabs ("\t"
).
Comments
Post a Comment