Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode 8 automatically indentation for @property

Not sure if happening to anyone else but if some setting was changed when I upgraded to Xcode 8, but all my @property is automatically indented in @interface. Seems even if I ctrl+I to reindent it, it automatically tabs infront of @property. So, two part question, is everyone else seeing this, and if anyone knows how to fix it (or is this the new convention)?

like image 218
peter Avatar asked Sep 21 '16 23:09

peter


1 Answers

This has helped me. Xcode --> Preferences... --> Text Editing --> Indentation --> Automatic indent for --> uncheck ";" and return.

like image 69
Vladimir Avatar answered Oct 10 '22 09:10

Vladimir