M1-AP02: Build-Infrastruktur härten (SLF4J, JaCoCo, PIT, JAR-Plugin,

Mockito-Agent)
This commit is contained in:
2026-04-09 07:12:14 +02:00
parent 61935df80f
commit d0aac6a9ac
4 changed files with 295 additions and 12 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
# EditorConfig — https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.java]
indent_style = space
indent_size = 4
[*.xml]
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false