Conversation
|
Hi @kounoike , in case you look around and decide this project is not lively enough, you may want to look at the alternative Java editorconfig parser called https://github.com/ec4j/ec4j that I wrote together with @angelozerr . In |
|
Nice to hear that, @kounoike ! Could you please add GitBucket to "who is using ec4j" section of our README, once your change is merged? https://github.com/ec4j/ec4j#who-is-using-ec4j |
|
@ppalaga Hi! gitbucket/gitbucket#1966 is merged! Thanks for your suggestion and proposal. @takezoe what do you think of this proposal? |
|
No problem at all about adding GitBucket to the list of ec4j users. Thanks for the useful library. :-) |
Hi! I'm GitBucket developer. GitBucket is open source Git platform powered by Scala. It looks like as GitHub. It has online git repository browser and online file editor.
I was interested in making GitBucket correspond to Editorconfig. But, current implementation is based on local filesystem's file. So I introduced
StreamProviderby this PR. I also wroteJGitProviderin my branch of GitBucket. see hereIf this PR is merged and it released to maven, I can make EditorConfig support PR to GitBucket.