mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
use clang-format
Signed-off-by: cullvox <cullvox@outlook.com
This commit is contained in:
parent
e1dda6c005
commit
ee7016fa54
5 changed files with 78 additions and 73 deletions
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"description": [
|
||||
{
|
||||
"text": "Hello, ",
|
||||
"color": "red",
|
||||
"bold": true,
|
||||
"italic": true,
|
||||
"extra": [
|
||||
"description": [
|
||||
{
|
||||
"extra": "Component!",
|
||||
"bold": false,
|
||||
"italic": false
|
||||
"text": "Hello, ",
|
||||
"color": "red",
|
||||
"bold": true,
|
||||
"italic": true,
|
||||
"extra": [
|
||||
{
|
||||
"extra": "Component!",
|
||||
"bold": false,
|
||||
"italic": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"expected_output": "<font color=\"red\"><b><i>Hello, </i></b></font><font color=\"red\">Component!</font>"
|
||||
],
|
||||
"expected_output": "<font color=\"red\"><b><i>Hello, </i></b></font><font color=\"red\">Component!</font>"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue