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

Update README to use sublist for running first available formatter #516

Closed
wants to merge 1 commit into from

Conversation

nebunebu
Copy link

@nebunebu nebunebu commented Aug 8, 2024

-    -- Conform will run the first available formatter
-    javascript = { "prettierd", "prettier", stop_after_first = true },
+    -- Use a sub-list to run only the first available formatter
+    javascript = { { "prettierd", "prettier" } },

@github-actions github-actions bot requested a review from stevearc August 8, 2024 01:20
@stevearc
Copy link
Owner

stevearc commented Aug 8, 2024

This syntax was explicitly deprecated by #491. Why are you trying to bring it back?

@nebunebu
Copy link
Author

nebunebu commented Aug 8, 2024

Confusion on my part. I was using an older rev, 25d4827, and saw that the description for stop after first functionality did not match up on the README.md and :help conform-options. My mistake.

@nebunebu nebunebu closed this Aug 8, 2024
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.

2 participants