name Indentation Rules scope source.java - comment settings decreaseIndentPattern ^(.*\*/)?\s*\}.*$|^\s*(public|private|protected):\s*$ increaseIndentPattern ^.*\{[^}"']*$|^\s*(public|private|protected):\s*$ bracketIndentNextLinePattern (?x) ^ \s* \b(if|while|else)\b [^;]* $ | ^ \s* \b(for)\b .* $