Skip to content

Commit 12e3352

Browse files
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository. Change-Id: Ie200c0d0da7926b8e0dae0b44c5618762f7fd666 Signed-off-by: Patrick Williams <[email protected]>
1 parent 47375aa commit 12e3352

18 files changed

+2402
-1985
lines changed

CONTRIBUTING.md

Lines changed: 722 additions & 612 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 300 additions & 247 deletions
Large diffs are not rendered by default.

data/applytime_table.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616
"Immediate": "Wait State os_running_match_state 10 mins"
1717
}
1818
}
19-

data/oem/nuvoton/olympus.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"npcm7xx": {
3-
"cpld" : {
4-
"fw1" : "2A01.svf",
5-
"fw1ver" : "00 00 2a 01",
6-
"fw2" : "2A02.svf",
7-
"fw2ver" : "00 00 2a 02",
8-
"readid" : "readid.svf",
9-
"readusercode" : "read_usercode.svf"
3+
"cpld": {
4+
"fw1": "2A01.svf",
5+
"fw1ver": "00 00 2a 01",
6+
"fw2": "2A02.svf",
7+
"fw2ver": "00 00 2a 02",
8+
"readid": "readid.svf",
9+
"readusercode": "read_usercode.svf"
1010
},
11-
"jtag_dev" : "/dev/jtag0",
12-
"power_cycle_cmd" : "/usr/sbin/i2cset -f -y 8 0x11 0xd9"
11+
"jtag_dev": "/dev/jtag0",
12+
"power_cycle_cmd": "/usr/sbin/i2cset -f -y 8 0x11 0xd9"
1313
}
1414
}
15-

0 commit comments

Comments
 (0)