editorconfig-core-java icon indicating copy to clipboard operation
editorconfig-core-java copied to clipboard

Clone of EditorConfig core written in Java

Results 7 editorconfig-core-java issues
Sort by recently updated
recently updated
newest added

Hi! I'm [GitBucket](https://github.com/gitbucket/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...

If Path was taken instead of a String then custom filesystems could be used.

Not being sure at all how deep is the Maven knowledge here in editorconfig-core-java community, I am listing the steps necessary to perform the first Maven release. (0) We should...

Statement `"--help".equals("arg")` is always false, so argument `--help` was not working

Isn't a list of pairs a map? Shouldn't List types be maps?

Changes needed to deploy the artifact to Maven Central (plus Sonatype Nexus account and registered GPG key being available), see #6. I used these guides to do the changes: -...

It should be cool if we could have an utility method `validate` which waits a String content of an editorconfig and throws ParsingException when this content is not well formatted:...