Skip to content

Instantly share code, notes, and snippets.

@alistra
Created January 28, 2013 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alistra/4659258 to your computer and use it in GitHub Desktop.
Save alistra/4659258 to your computer and use it in GitHub Desktop.
How indent should look like in Xcode
NSDictionary *dict = @{
@"a":@"b",
};
NSArray *arr = @[
@"a",
@"b",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment