-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: format all markdown files with deno
- Loading branch information
Showing
2,576 changed files
with
305,580 additions
and
230,686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
{ | ||
"problemMatcher": [ | ||
"problemMatcher": [ | ||
{ | ||
"owner": "cata-catch2", | ||
"pattern": [ | ||
{ | ||
"owner": "cata-catch2", | ||
"pattern": [ | ||
{ | ||
"regexp": "^(?:.\\[[0-9;]+m)*(?:\\.\\./)*([^:]*):(\\d+): .*FAILED:.*$", | ||
"file": 1, | ||
"line": 2 | ||
}, | ||
{ | ||
"regexp": "^(?:.\\[[0-9;]+m)* (.+)$", | ||
"code": 1 | ||
}, | ||
{ | ||
"regexp": "^(?:.\\[[0-9;]+m)*(with expansion|due to a fatal error condition):$" | ||
}, | ||
{ | ||
"regexp": "^(?:.\\[[0-9;]+m)* (.+)$", | ||
"message": 1 | ||
} | ||
] | ||
"regexp": "^(?:.\\[[0-9;]+m)*(?:\\.\\./)*([^:]*):(\\d+): .*FAILED:.*$", | ||
"file": 1, | ||
"line": 2 | ||
}, | ||
{ | ||
"regexp": "^(?:.\\[[0-9;]+m)* (.+)$", | ||
"code": 1 | ||
}, | ||
{ | ||
"regexp": "^(?:.\\[[0-9;]+m)*(with expansion|due to a fatal error condition):$" | ||
}, | ||
{ | ||
"regexp": "^(?:.\\[[0-9;]+m)* (.+)$", | ||
"message": 1 | ||
} | ||
] | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"problemMatcher": [ | ||
"problemMatcher": [ | ||
{ | ||
"owner": "cata-clang", | ||
"pattern": [ | ||
{ | ||
"owner": "cata-clang", | ||
"pattern": [ | ||
{ | ||
"regexp": "^(?:[0-9.:]+|\\(continued from above\\)) (ERROR) : (?:(?:\\.\\./)*)([^:]*):(\\d+) (.+)$", | ||
"severity": 1, | ||
"file": 2, | ||
"line": 3, | ||
"message": 4 | ||
} | ||
] | ||
"regexp": "^(?:[0-9.:]+|\\(continued from above\\)) (ERROR) : (?:(?:\\.\\./)*)([^:]*):(\\d+) (.+)$", | ||
"severity": 1, | ||
"file": 2, | ||
"line": 3, | ||
"message": 4 | ||
} | ||
] | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ | |
"tag_resolver": { | ||
"method": "sort" | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.