plz
Some checks failed
CI / Gradle / build (push) Failing after 15m59s

This commit is contained in:
2026-05-29 09:58:51 +03:00
commit 8dc151af96
7 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="Checker">
<module name="TreeWalker">
<module name="Indentation"/>
<module name="WhitespaceAfter"/>
</module>
</module>