-
Notifications
You must be signed in to change notification settings - Fork 453
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
Add Puppet beautification via puppet-lint. #131
Comments
That does look fairly easy! Would you be up for submitting a Pull Request? I hope this helps and that you are up for contributing! Thanks :). |
I am up for submitting a pull request, and thanks for the pointers! I'll take a closer look at it tonight if I get a chance. |
@dougborg or @Glavin001 - have any of you taken a crack at this yet? |
I have not. I am hoping after my exams (next few weeks) that I will be able to find time to greatly improve Atom Beautify. |
I had looked at it a bit ages ago, but then got caught up in other things. I may be able to take another look this weekend. |
@Glavin001 @dougborg - Thanks for the updates! |
The new internal API ( #282 ) for adding beautifiers and languages make it much quicker and easier to add support. If anyone is feeling up for submitting a pull request, they are always welcome. And feel free to ask any questions. I am still working on documentation, so if there are questions then I'll make sure to keep track of them for documenting later. |
See #300 (comment) for how to add a new language and/or beautifier. Update: I will be maintaining this documentation on adding languages and beautifiers: https://github.com/Glavin001/atom-beautify/blob/master/docs/add-languages-and-beautifiers.md |
Thanks for creating those docs, @Glavin001. I would love to have a beautifier for developing Puppet code. I think I'll give writing a beautifier a shot when I have a bit of free time to knock it out. |
Great! Let me know if you have any questions 😃. |
It should be fairly easy to add beautification of puppet (*.pp) files using puppet-lint (http://puppet-lint.com).
The text was updated successfully, but these errors were encountered: