mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-20 19:51:09 +00:00
format empty records and anonymous types as a single line
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user