mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
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:
@@ -31,4 +31,8 @@ ObjCBreakBeforeNestedBlockParam: true
|
||||
ObjCSpaceAfterProperty: true
|
||||
ObjCSpaceBeforeProtocolList: true
|
||||
|
||||
---
|
||||
Language: Json
|
||||
BreakArrays: false
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user