diff options
Diffstat (limited to 'tools/clang-format/git-clang-format')
-rwxr-xr-x | tools/clang-format/git-clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/clang-format/git-clang-format b/tools/clang-format/git-clang-format index 6a0db27..0c45762 100755 --- a/tools/clang-format/git-clang-format +++ b/tools/clang-format/git-clang-format @@ -78,6 +78,7 @@ def main(): # Other languages that clang-format supports 'proto', 'protodevel', # Protocol Buffers 'js', # JavaScript + 'ts', # TypeScript ]) p = argparse.ArgumentParser( |