name Indentation Rules scope source.c, source.c++, source.objc, source.objc++ settings decreaseIndentPattern (?x) ^ (.*\*/)? \s* \} .* $ | ^ \s* (public|private|protected): \s* $ | ^ \s* @(public|private|protected) \s* $ increaseIndentPattern (?x) ^ .* \{ [^}"']* $ | ^ \s* (public|private|protected): \s* $ | ^ \s* @(public|private|protected) \s* $ bracketIndentNextLinePattern (?x) ^ \s* \b(if|while|else)\b [^;]* $ | ^ \s* \b(for)\b .* $ unIndentedLinePattern (?!\(.*\))|@protocol|@interface(?!.*\{)|@implementation|@end).*)?$]]> indentSquareBrackets