Submitted just the .ts part in r240128.

================
Comment at: tools/clang-format/git-clang-format:80
@@ -79,2 +79,3 @@
       'proto', 'protodevel',  # Protocol Buffers
-      'js',  # JavaScript
+      'js', 'json', # JavaScript
+      'ts', # TypeScript
----------------
We don't properly support plain json files yet, AFAICT. Shouldn't be much of a 
change, but that should be separate.

Also, if we add it, it should be in sync with clang-format-diff.py and 
getLanguageByFileName().

http://reviews.llvm.org/D10543

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



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to