Meta: Tweak .clang-format to allow single-line arrays in JSON

This is consistent with prettier behavior, and at least for annex-h.json
(also in the PR containing this commit) much easier to read.
This commit is contained in:
Nico Weber
2025-11-13 21:36:44 -05:00
parent 69d634ff85
commit 4cd3020790

View File

@@ -31,4 +31,8 @@ ObjCBreakBeforeNestedBlockParam: true
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
---
Language: Json
BreakArrays: false
...