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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -