Skip to content

Commit ff125f7

Browse files
authored
Add explicit json support to .clang-format. NFC (#26466)
I noticed that the version of clang-format uses in CI was reporting `Configuration file(s) do(es) not support Json`.
1 parent 14c3eec commit ff125f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.clang-format

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ Language: JavaScript
1414
BasedOnStyle: LLVM
1515
ColumnLimit: 100
1616
---
17+
Language: Json
18+
BasedOnStyle: LLVM

0 commit comments

Comments
 (0)