use clang-format

Signed-off-by: cullvox <cullvox@outlook.com
This commit is contained in:
cullvox
2023-09-13 14:28:56 -04:00
parent e1dda6c005
commit ee7016fa54
5 changed files with 78 additions and 73 deletions

View File

@@ -1,13 +1,13 @@
{
"description": [
{
"text": "Hello, Component!",
"color": "blue",
"bold": true,
"italic": true,
"underlined": true,
"strikethrough": true
}
],
"expected_output": "<font color=\"blue\"><b><i><u><s>Hello, Component!</s></u></i></b></font>"
"description": [
{
"text": "Hello, Component!",
"color": "blue",
"bold": true,
"italic": true,
"underlined": true,
"strikethrough": true
}
],
"expected_output": "<font color=\"blue\"><b><i><u><s>Hello, Component!</s></u></i></b></font>"
}