format empty records and anonymous types as a single line

This commit is contained in:
Athou
2026-05-08 17:41:07 +02:00
parent 3dd298c0c8
commit f207bfaddd
10 changed files with 20 additions and 34 deletions

View File

@@ -118,7 +118,9 @@
<property name="message" value="Line has leading space characters; indentation should be performed with tabs only." />
<property name="ignoreComments" value="true" />
</module>
<module name="WhitespaceAround" />
<module name="WhitespaceAround">
<property name="allowEmptyTypes" value="true" />
</module>
</module>
</module>