Skip to content

Instantly share code, notes, and snippets.

@warpling
Last active August 29, 2015 14:07
Show Gist options
  • Save warpling/92d146fac8e0b1f95fdb to your computer and use it in GitHub Desktop.
Save warpling/92d146fac8e0b1f95fdb to your computer and use it in GitHub Desktop.
Xcode's weird intendation
- (void) derp {
if (what) {
// this is stupid comment indenting
// It should be like this
[self turnDown];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment