Hi there,
I just started working on XCode 8, as I suppose a lot of others have done too ... Problem is that it now auto-indent my Objective C class properties and methods. This is all fine and dandy, but I am used to the previous way of doing things, and a lot of example code out there also works that way. I find this new auto-indent a bit too eager and want to switch it off, while retaining the 'usual' indenting on curly braces as before. How do I do this?
TIA
MG