The Grand Reformat (#3643)

* The Grand Reformat

- everything made prettier...literally
- some tweaks to include a few more files, including documentation
- minor changes to format style
- some tiny `// prettier-ignore` changes to keep a few things the way we like them
- a couple of super minor tweaks to embedded document types to ensure they format correctly
This commit is contained in:
Matt Godbolt
2022-05-09 23:13:50 -05:00
committed by GitHub
parent 141fa73521
commit f2c1e0bd31
244 changed files with 4201 additions and 3481 deletions

View File

@@ -1,6 +1,6 @@
function runFrontendTest(name) {
it(name, () => {
cy.window().then((win) => {
cy.window().then(win => {
return win.compilerExplorerFrontendTesting.run(name);
});
});