Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yamlfmt: add options #193

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

katexochen
Copy link
Contributor

No description provided.

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
stringify = v: if lib.isBool v then lib.boolToString v else toString v;
in
lib.mapAttrsToList
(n: v: "-formatter=${n}=${stringify v}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be best to generate the config file using the "settings" pattern and then pass it here with the -conf argument (if any settings are being set). The main reason is that the kernel limits the amount of argument a process can take, and we are using most of them for passing the list of files to format.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, will rework as soon as I find the time. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants