Watchers

    Simple Javascript Indenter

    A simple javascript indent script, support OOP, jquery

    • Script id: 3227
    • Author: Miao Jiang
    • Latest version: 1.4.6
    • Release date: 2011-10-18
    • Release notes:
              New: return indent supported

                      return a +
                             b +
                             c;

              Fix: failed indent for

                      var a,
                          // ca
                          b,
                          /* cb */
                          c;