Last active
August 29, 2015 14:07
-
-
Save warpling/92d146fac8e0b1f95fdb to your computer and use it in GitHub Desktop.
Xcode's weird intendation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (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