mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c1aa1bf872
Changes `gulp format` to format only changed lines by default (`gulp format:changed`) and introduces a new task, `gulp format:all` to format all source files. Since formatting only changed lines should be the more common action, it makes more sense as the shorter default. PR Close #28411