Skip to content

Commit ec2b01d

Browse files
jmdalybarisione
authored andcommitted
Add support for formatting hpp files
1 parent ba708fd commit ec2b01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apply-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ else # Diff-only.
324324
| "${format_diff_args[@]}" \
325325
-p1 \
326326
-style="$style" \
327-
-iregex="$exclusions_regex"'.*\.(c|cpp|cxx|cc|h|m|mm|js|java)' \
327+
-iregex="$exclusions_regex"'.*\.(c|cpp|cxx|cc|h|hpp|m|mm|js|java)' \
328328
> "$patch_dest" \
329329
|| exit 1
330330

0 commit comments

Comments
 (0)