diff --git a/.editorconfig b/.editorconfig
index ade3e38..18fd5bc 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,6 +4,8 @@ root = true
end_of_line = lf
indent_style = space
indent_size = 4
+insert_final_newline = true
+trim_trailing_whitespace = true
[{*.nix,*.yml}]
-indent_size = 2
\ No newline at end of file
+indent_size = 2
diff --git a/.gitignore b/.gitignore
index 07edd42..679b573 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-
/.astro
/dist
/result
@@ -6,4 +5,4 @@
# i host hidden files on my website here, don't ask about them
# cool self-hosted infinite fileshare
-/f
\ No newline at end of file
+/f
diff --git a/README.md b/README.md
index 863f946..eeba24e 100644
--- a/README.md
+++ b/README.md
@@ -23,4 +23,4 @@ or, for deployment:
```sh
npm run build
-```
\ No newline at end of file
+```
diff --git a/astro.config.mjs b/astro.config.mjs
index bdb8167..7e95f41 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -15,4 +15,4 @@ export default defineConfig({
sitemap(),
compress()
]
-});
\ No newline at end of file
+});
diff --git a/eslint.config.mjs b/eslint.config.mjs
index 8efabcf..b404733 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -27,4 +27,4 @@ export default [
]
}
}
-];
\ No newline at end of file
+];
diff --git a/flake.nix b/flake.nix
index c13800f..e67128d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,7 +25,7 @@
# very scuffed but endorsed!
#npmDepsHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
npmDepsHash = "sha256-aPRFARC1WJsH1NIrm9OmBv/bH9ME1K4apfWqbA+VPf4=";
-
+
installPhase = ''
mkdir -p $out
mv ./dist/* $out/
@@ -42,4 +42,4 @@
];
};
});
-}
\ No newline at end of file
+}
diff --git a/postcss.config.cjs b/postcss.config.cjs
index bdbe485..9fab2f8 100644
--- a/postcss.config.cjs
+++ b/postcss.config.cjs
@@ -2,4 +2,4 @@ module.exports = {
plugins: [
require("postcss-preset-env")
]
-};
\ No newline at end of file
+};
diff --git a/src/components/Badges.astro b/src/components/Badges.astro
index 5a8a8f8..31f62b4 100644
--- a/src/components/Badges.astro
+++ b/src/components/Badges.astro
@@ -41,4 +41,4 @@ const badges = await getEntry("badges", "badges");
height: 31px;
}
}
-
\ No newline at end of file
+
diff --git a/src/components/Card.astro b/src/components/Card.astro
index cdf4ac4..6f46e70 100644
--- a/src/components/Card.astro
+++ b/src/components/Card.astro
@@ -29,4 +29,4 @@ const { title } = Astro.props;
box-shadow: .25em .25em #181818;
padding: 1em;
}
-
\ No newline at end of file
+
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 7b2d70a..c938b28 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -6,4 +6,4 @@ const message = figlet.text("reidlab", (err, _res) => { if (err) { throw err; }
{message}
-
if you cannot find what you need, but you expected it to be here, submit a request using my contact information
would you like to head back to the main page?
- \ No newline at end of file + diff --git a/src/pages/about.astro b/src/pages/about.astro index ab5cc46..73189a2 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -11,4 +11,4 @@ import Card from "../components/Card.astro";my favorite games include: oneshot, celeste, omori, undertale, deltarune, rain world, and roblox
my favorite music genres include: shoegaze, rock, and hyperpop
- \ No newline at end of file + diff --git a/src/pages/index.astro b/src/pages/index.astro index 5379cf4..fe80e7e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,4 +15,4 @@ import Badges from "../components/Badges.astro";as always, my socials and contacts are on the left or top side of the screen for you to access my git profiles if you wanna poke around in my git repositories
if you'd like to get in touch with me, the only reliable way is via discord. i tend to take a while or sometimes miss other contact methods
if you do not want to directly contact me through discord or want to contact about more serious inquries, you can try the email address reidlab (at) this domain
- \ No newline at end of file + diff --git a/src/styles/main.css b/src/styles/main.css index 2e8801a..84366fa 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -87,4 +87,4 @@ summary::before { } details[open] summary::before { transform: rotate(90deg); -} \ No newline at end of file +} diff --git a/tsconfig.json b/tsconfig.json index 7e4318b..9b90fde 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,3 @@ { "extends": "astro/tsconfigs/base" -} \ No newline at end of file +}