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

Beautifier Pipeline: Multiple/cascading beautifiers per language #4

Closed
2 tasks done
Glavin001 opened this issue Sep 5, 2016 · 5 comments
Closed
2 tasks done
Assignees
Milestone

Comments

@Glavin001
Copy link
Member

Glavin001 commented Sep 5, 2016

See the original issue for more details.

  • Options values will determine the default beautifiers chosen
  • default_beautifiers will accept an array (of course) and process the text sequentially.
@Glavin001 Glavin001 added this to the v0.2.0 milestone Sep 5, 2016
@Glavin001 Glavin001 self-assigned this Sep 5, 2016
@Glavin001 Glavin001 changed the title Beautifier pipeline: allow multiple beautifiers per language Beautifier pipeline: allow multiple/cascade beautifiers per language Sep 5, 2016
@eivindml
Copy link

eivindml commented Apr 5, 2017

Any progress on this? Been looking for a feature like this for quite some time. :)

@Glavin001
Copy link
Member Author

No progress yet, however I just finished my final exams for University yesterday! So now I have a little more time to get us back on track 😃

@Glavin001 Glavin001 changed the title Beautifier pipeline: allow multiple/cascade beautifiers per language Beautifier Pipeline: Multiple/cascading beautifiers per language Feb 2, 2018
@Glavin001
Copy link
Member Author

Going to use option key beautifiers instead of default_beautifiers.

Glavin001 added a commit that referenced this issue Feb 2, 2018
Close #4. Add support for multiple beautifiers, and beautifiers config option
@Glavin001
Copy link
Member Author

Glavin001 commented Feb 2, 2018

@Glavin001
Copy link
Member Author

Example .unibeautifyrc.json file:

{
  "JavaScript": {
    "beautifiers": ["Pretty Diff", "JS-Beautify", "Prettier"]
  }
}

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

No branches or pull requests

2 participants