-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 jsfmt package to javascript lang layer. #3525
Conversation
4cbda17
to
20ba469
Compare
@TheBB, @StreakyCobra, can you check this one when you'll have an opportunity? Thanks! |
20ba469
to
2423bf7
Compare
2423bf7
to
fc113c8
Compare
👍 |
1 similar comment
👍 |
fc113c8
to
66ad3d5
Compare
Is there something I could do to help this get merged? Was it just the README conflict that stopped it? |
Provide option to activate jsfmt by default. Added keybindng to toggle jsfmt mode. Added installation and configuration example to Readme.
66ad3d5
to
dcc62b7
Compare
Resolved merge conflicts. |
@syl20bnr Any updates on this? |
You know how things work around here..be patient.
…On 06/23/2018 07:39 AM, Compro Prasad wrote:
@syl20bnr <https://github.com/syl20bnr> Any updates on this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3525 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABaMBtC2TFdijYNKW42TmLRNUXGfmsPks5t_ijogaJpZM4GUaOj>.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any specific reason to call jsfmt
rather than calling esformat
directly? Is it a matter of compatibility with jsfmt configuration files in existing projects?
@geksilla Rebase needed :) |
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this PR is still need merging! |
Added plugin jsfmt.el to javascript layer and installation instruction.