Docs: Add comment to LineLength regarding difference between AOSP and Google Java Style Guide

This commit is contained in:
Lars Simon Winzer
2026-03-18 17:36:53 +01:00
parent 62bfa51af5
commit 97c2dc6a02
+1 -1
View File
@@ -20,7 +20,7 @@
<!-- https://checkstyle.sourceforge.io/checks/whitespace/filetabcharacter.html -->
<module name="FileTabCharacter"/>
<!-- Maximale Zeilenlänge -->
<!-- Maximale Zeilenlänge (AOSP enforces 100 lines, the Google Java Style Guide 80)-->
<!-- https://checkstyle.sourceforge.io/checks/sizes/linelength.html -->
<module name="LineLength">
<property name="max" value="100"/>