It bugs me that XCode does not indent class method blocks in .h or .m files. It’s one of the few editors, or languages (?), that I’ve used that prefers to have these lines of code on the same column. So, I’m really just not used to it.
Is it possible to configure XCode so that it automatically indents functions and properties within interface and implementation lines?
Path to sanity:
turn on “tab always indents”
open a source file
select all
hit the tab key
Live with the result. Seriously. Anything else is a waste of time.
If you want, you can spend some time in the preferences mucking about. But, no, you won’t be able to have methods and/or method bodies indented because it is an exceedingly rare pattern of formatting.