Skip to content

Commit ac4fe0d

Browse files
authored
Update pre-commit clang format to latest. (#11980)
1 parent 73d7637 commit ac4fe0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ RawStringFormats:
166166
CanonicalDelimiter: pb
167167
BasedOnStyle: google
168168
ReferenceAlignment: Pointer
169-
ReflowComments: true
169+
ReflowComments: false
170170
ShortNamespaceLines: 1
171171
SortIncludes: CaseSensitive
172172
SortJavaStaticImport: Before

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: check-shebang-scripts-are-executable
1414
- id: mixed-line-ending
1515
- repo: https://github.com/pre-commit/mirrors-clang-format
16-
rev: v17.0.6
16+
rev: v21.1.8
1717
hooks:
1818
- id: clang-format
1919
args: [--style=file]

0 commit comments

Comments
 (0)