zk-org / zk-nvim

Neovim extension for zk
https://github.com/zk-org/zk
GNU General Public License v3.0
502 stars 40 forks source link

enforce current stylua style #172

Closed tjex closed 2 months ago

tjex commented 2 months ago

During #171 I noticed that the call_parenthesis stylua setting had not been set in stylua.toml.

Updated the stylua.toml file accordingly in keeping with the current formatting in the project and formatted the whole project.

I added a line length of 110 as a sane default (and personal preference). It's fairly arguable to have some hard setting for line length to catch future contributions with line wrap on?..

tjex commented 2 months ago

err. I guess I just found out by accident that I can push directly to this repo!.. Because I def didn't merge this myself. I guess GitHub resolves PRs if the commit is pushed to the same branch which is being merged into..?

Anyway. If this change was not ok, then ping me back here and I'll revert it.