Back to Intellij Community

EditorConfigOptionRedundancy

plugins/editorconfig/backend/resources/inspectionDescriptions/EditorConfigOptionRedundancy.html

2025.3-rc-2258 B
Original Source

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.