| Index: git_cl.py
|
| diff --git a/git_cl.py b/git_cl.py
|
| index 638612e15914bd3f7645728943a55f5bd9c715f4..14c61c871f756451e4ce2738e39b2f0e20cd2e9b 100755
|
| --- a/git_cl.py
|
| +++ b/git_cl.py
|
| @@ -4792,7 +4792,7 @@ def MatchingFileType(file_name, extensions):
|
| def CMDformat(parser, args):
|
| """Runs auto-formatting tools (clang-format etc.) on the diff."""
|
| CLANG_EXTS = ['.cc', '.cpp', '.h', '.mm', '.proto', '.java']
|
| - GN_EXTS = ['.gn', '.gni']
|
| + GN_EXTS = ['.gn', '.gni', '.typemap']
|
| parser.add_option('--full', action='store_true',
|
| help='Reformat the full content of all touched files')
|
| parser.add_option('--dry-run', action='store_true',
|
|
|