(Feat): Add emacs formatting and linting support#96
Open
Ren-B-7 wants to merge 3 commits into
Open
Conversation
… reformatter and flymake(built into emacs)
Contributor
Author
|
This pull-request does require changes to how the |
Owner
|
I too am a fellow Neovim user, but will test on Emacs. This will roll out with #95 as a prerelease so we can gauge user sentiment there. As a side note, other great additions this inspired was:
|
Contributor
Author
|
a different idea than giving the files is to make a github wiki page and just edit this for the different editors and their linting/ formatter implementations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added the files needed for setting up
reformatterandflymaketools to use linting and formatting in emacs for Makefiles.Tested locally and didnt get any errors, live changes was working, needed to change how the
cli.pyhandles--stdinfor this to fully work.Warning i am a neovim user and this should likely be tested by a user other than me...
All tests are working and passes on my local branch: https://github.com/Ren-B-7/bake/actions/runs/24458183813