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