You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for the great work on this project.
I'd like to propose introducing standard formatting tools. This will make contributing and maintaining easier.
Since all of the functionality of this project is in the Lua files, and all of the documentation is in the Markdown files, we would only need a couple of configuration files:
.stylua.toml for Lua formatting
.markdownlint.toml for Markdown style consistency
.prettierrc for formatting Markdown files
If you're open to it, I’d be happy to open a PR that adds these configuration files, and also a CONTRIBUTING.md file that would give a short note to maintainers/new contributors about how to use these tools. Also, I could add GitHub actions to check formatting on every push and pr.
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thank you for the great work on this project.
I'd like to propose introducing standard formatting tools. This will make contributing and maintaining easier.
Since all of the functionality of this project is in the Lua files, and all of the documentation is in the Markdown files, we would only need a couple of configuration files:
.stylua.toml
for Lua formatting.markdownlint.toml
for Markdown style consistency.prettierrc
for formatting Markdown filesIf you're open to it, I’d be happy to open a PR that adds these configuration files, and also a
CONTRIBUTING.md
file that would give a short note to maintainers/new contributors about how to use these tools. Also, I could add GitHub actions to check formatting on every push and pr.The text was updated successfully, but these errors were encountered: