format static method

void format()

Implementation

static void format() {
  if (!exists(join(current, 'melos.yaml'))) {
    init();
  }
  'melos run format'.run;
}