From ee60aedf1cca5cdbe5a5b215c01ac0701625bf2b Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Sun, 28 Jan 2024 22:49:28 -0500 Subject: [PATCH] Format tidbits --- .github/FUNDING.yml | 2 +- cypress/fixtures/example.json | 2 +- cypress/support/index.js | 3 ++- jsconfig.json | 6 ++++-- manifest.webmanifest | 8 ++++++-- styles/normalize.css | 6 +++--- 6 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b7a8c18..37f9a1f 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -custom: ['https://www.paypal.me/IsaiahOdhner'] +custom: ["https://www.paypal.me/IsaiahOdhner"] diff --git a/cypress/fixtures/example.json b/cypress/fixtures/example.json index da18d93..02e4254 100644 --- a/cypress/fixtures/example.json +++ b/cypress/fixtures/example.json @@ -2,4 +2,4 @@ "name": "Using fixtures to represent data", "email": "hello@cypress.io", "body": "Fixtures are a great way to mock data for responses to routes" -} \ No newline at end of file +} diff --git a/cypress/support/index.js b/cypress/support/index.js index f197f6b..57c7b54 100644 --- a/cypress/support/index.js +++ b/cypress/support/index.js @@ -4,4 +4,5 @@ // // https://on.cypress.io/configuration -import './commands' +import './commands'; + diff --git a/jsconfig.json b/jsconfig.json index ec8b5f2..132b555 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -2,5 +2,7 @@ "compilerOptions": { "target": "es6" }, - "include": ["src/**/*"] -} + "include": [ + "src/**/*" + ] +} \ No newline at end of file diff --git a/manifest.webmanifest b/manifest.webmanifest index 7522364..cf96504 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -2,7 +2,11 @@ "name": "JS Paint", "short_name": "Paint", "description": "An MS Paint remake.", - "categories": ["photo", "utilities", "entertainment"], + "categories": [ + "photo", + "utilities", + "entertainment" + ], "display": "standalone", "start_url": ".", "lang": "en-US", @@ -62,4 +66,4 @@ "type": "image/png" } ] -} \ No newline at end of file +} diff --git a/styles/normalize.css b/styles/normalize.css index 783d2ed..7ae12e4 100644 --- a/styles/normalize.css +++ b/styles/normalize.css @@ -4,8 +4,8 @@ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { - border-style: none; - padding: 0; + border-style: none; + padding: 0; } /* Restore the focus styles unset by the previous rule.*/ @@ -13,5 +13,5 @@ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { - outline: 1px dotted ButtonText; + outline: 1px dotted ButtonText; }