Skip to content

Commit f8b942f

Browse files
xclaesseeli-schwartz
authored andcommitted
ci_config.json: Fix indentation
This reformatting is done automatically by vscode.
1 parent 11449ca commit f8b942f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

ci_config.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2-
"_comment": ["This is intentionally undocumented in README.md, do not use it.",
3-
"Using it is an automatic CI error.",
4-
"broken_linux, broken_windows and broken_macos are lists of wraps that are known",
5-
"to be broken on the CI and ***MUST*** get repaired before updates",
6-
"will be accepted. If upstream does not support an Operating System,",
7-
"explicitly disable that Operating System in build_on.",
8-
"Please remove projects from those lists once they are updated."],
2+
"_comment": [
3+
"This is intentionally undocumented in README.md, do not use it.",
4+
"Using it is an automatic CI error.",
5+
"broken_linux, broken_windows and broken_macos are lists of wraps that are known",
6+
"to be broken on the CI and ***MUST*** get repaired before updates",
7+
"will be accepted. If upstream does not support an Operating System,",
8+
"explicitly disable that Operating System in build_on.",
9+
"Please remove projects from those lists once they are updated."
10+
],
911
"broken_linux": [
1012
"arduinocore-avr"
1113
],
@@ -437,10 +439,10 @@
437439
"windows": false
438440
},
439441
"debian_packages": [
440-
"qtbase5-dev"
442+
"qtbase5-dev"
441443
],
442444
"brew_packages": [
443-
"qt6"
445+
"qt6"
444446
]
445447
},
446448
"quazip": {

0 commit comments

Comments
 (0)