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

feat(php-cs-fixer): Add support for php-cs-fixer #78

Merged
merged 6 commits into from
Sep 27, 2023

Conversation

aidenlangley
Copy link
Contributor

  • Added a simple utility to check a list of paths and return the first that exists, or a default. Useful for defining commands for a formatter so it will call the correct executable.
  • Added support for php-cs-fixer.

lua/conform/util.lua Outdated Show resolved Hide resolved
@aidenlangley aidenlangley reopened this Sep 26, 2023
@aidenlangley
Copy link
Contributor Author

Using find_executable now instead. Hope the history isn't too messy.

@stevearc
Copy link
Owner

Thanks for the PR!

@stevearc stevearc merged commit e691eca into stevearc:master Sep 27, 2023
14 checks passed
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