Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

build: Added .editorconfig to project #571

Merged
merged 11 commits into from
Mar 20, 2024
Prev Previous commit
Next Next commit
Removed line where formatting capabilities of editorconfig were menti…
…oned.
  • Loading branch information
Oliver-Loeffler committed Mar 19, 2024
commit 5eeef77eed4b95a300c1882696169245be183124
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -110,5 +110,4 @@ There will be a report for each sub-project, one for `app` and one for `kit`.
* Kit: `kit/target/site/checkstyle.html`
* App: `app/target/site/checkstyle.html`

This project makes use of [EditorConfig](https://editorconfig.org/) which is [directly supported](https://editorconfig.org/#pre-installed) by IntelliJ IDEA. There are plugins for NetBeans, Eclipse and Visual Studio and [more](https://editorconfig.org/#download). EditorConfig ensures via configuration in `.editorconfig` file, that the proper indentation is used.
EditorConfig can automatically correct possible formatting violations when executed as a Maven plug-in: `mvn editorconfig:format`.
This project makes use of [EditorConfig](https://editorconfig.org/) which is [directly supported](https://editorconfig.org/#pre-installed) by IntelliJ IDEA. There are plugins for NetBeans, Eclipse and Visual Studio and [more](https://editorconfig.org/#download). EditorConfig ensures via configuration in `.editorconfig` file, that the proper indentation is used.