Author: djasper
Date: Fri Jun 19 03:23:10 2015
New Revision: 240128

URL: http://llvm.org/viewvc/llvm-project?rev=240128&view=rev
Log:
clang-format: Add TypeScript detection to git-clang-format.

Modified:
    cfe/trunk/tools/clang-format/git-clang-format

Modified: cfe/trunk/tools/clang-format/git-clang-format
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format/git-clang-format?rev=240128&r1=240127&r2=240128&view=diff
==============================================================================
--- cfe/trunk/tools/clang-format/git-clang-format (original)
+++ cfe/trunk/tools/clang-format/git-clang-format Fri Jun 19 03:23:10 2015
@@ -78,6 +78,7 @@ def main():
       # Other languages that clang-format supports
       'proto', 'protodevel',  # Protocol Buffers
       'js',  # JavaScript
+      'ts',  # TypeScript
       ])
 
   p = argparse.ArgumentParser(


_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to