asciidoctor / asciidoctor-maven-plugin

A Maven plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
http://asciidoctor.org
Apache License 2.0
317 stars 122 forks source link

Add .editorconfig to help with formatting #760

Closed abelsromero closed 7 months ago

abelsromero commented 7 months ago

What kind of change does this PR introduce? (check at least one)

What is the goal of this pull request?

A bit of a personal change. I don't believe in strong formatting policies because those make things harder for contributors. However, there are some IDE configurations that are helpful to have when contributing to Maven projects. This PR tries to address that at leas for IntelliJ.

Are there any alternative ways to implement this?

There are plenty of tools. But editorconfig is supported by IntellKJ and vscode.

Are there any implications of this pull request? Anything a user must know?

no

Is it related to an existing issue?

- [ ] Yes - [ ] No *Finally, please add a corresponding entry to CHANGELOG.adoc*