Code Inspection: Redundant property Last modified: 13 May 2022 Configure inspections: Settings | Editor | InspectionsShow intention actions: AltEnter 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. Suppress an inspection in the editor Place the caret at the highlighted line and press AltEnter or click .Click the arrow next to the inspection you want to suppress and select the necessary suppress action.