trivial: Fix clang-format of JSON files for newer versions of clang

This explains why Mario and I had different precommit settings.
This commit is contained in:
Richard Hughes 2023-02-03 14:07:23 +00:00
parent b3343755a4
commit 2eb4357a70

View File

@ -36,6 +36,9 @@ PenaltyBreakBeforeFirstCallParameter: '15'
---
Language: 'Proto'
---
Language: 'Json'
BasedOnStyle: llvm
---
Language: 'Cpp'
IncludeCategories:
- Regex: '^"config.h"$'