Reports properties that are redundant when another applicable section already contains the same property and value.

For example:


[*]
indent_size=4
[*.java]
indent_size=4
are both applicable to *.java files and define the same indent_size value.