[PATCH] clang-format: [JS] support optional methods.

Martin Probst martinprobst at google.com
Mon May 4 17:04:45 PDT 2015


For some reason with these changes interfaces are formatted onto one line:

  interface X { y: string; }

Instead of

  interface X {
    y: string;
  }

No idea why, I'll investigate a bit.


http://reviews.llvm.org/D9491

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list