How to indent Javascript source file (CKeditor.js) -


i edit ckeditor source file, called ckeditor.js. javascript file unindented , without line breaks. how can indent code make readable human? tried "gg=g" under vim no success

you searching "unminifier" or "beautifier" similar this


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -