mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-13 03:30:29 +00:00
Check for trailing whitespace
I'd rather assumed one of the existing checkers did this already, but apparently not.
This commit is contained in:
parent
c802290437
commit
14b3065ba4
@ -155,5 +155,8 @@
|
||||
|
||||
<module name="FileTabCharacter" />
|
||||
<module name="NewlineAtEndOfFile" />
|
||||
<module name="RegexpSingleline">
|
||||
<property name="format" value="\s+$"/>
|
||||
<property name="message" value="Trailing whitespace"/>
|
||||
</module>
|
||||
</module>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user