Refactor: about page #23
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "moiety/about"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This changes the following:
<p>
s here and there)<strong>
→<h3>
.strong
class to mimic the<strong>
behaviour<ul>
Yeah, I like this. This needed to be cleaned up.
indentation in php files might be a bit wonky because it's being handled by some formatting setting in Nova itself. I may have to make some adjustments to those configs to get it where it needs to be.
Oh cool you use Nova too? Nice. I wanted to suggest maybe using Prettier?
I do use Prettier but I don't use Prettier for PHP formatting.
Should I?
I’ve not used it for that tbh. I don’t see it in the default list of supported language now that i’m looking into it. There might be a plugin though. I can look into it further sometime this week if you want. Would make things run a bit smoother re random white space showing up in PRs :)
There's an
.editorconfig
file that handles some spacing stuff, but the bulk of it is handled by thephp-cs-fixer.php
file.everything else (js, css) is handled by Prettier, so if you want to update those settings, feel free