We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97f44d commit c49406dCopy full SHA for c49406d
clang/tools/clang-format/clang-format-diff.py
@@ -47,7 +47,7 @@ def main():
47
help='custom pattern selecting file paths to reformat '
48
'(case sensitive, override -iregex)')
49
parser.add_argument('-iregex', metavar='PATTERN', default=
50
- r'.*\.(cpp|cc|c\+\+|cxx|c|h|hpp|m|mm|inc|js)',
+ r'.*\.(cpp|cc|c\+\+|cxx|c|cl|h|hpp|m|mm|inc|js)',
51
52
'(case insensitive, override -regex)')
53
parser.add_argument(
0 commit comments