I'm trying to get XCode (6 and 7-beta) to display exactly what I type as I type it, but I can't stop it from modifying my formatting. For example, when I hit <Enter>, it aligns the cursor at the same indent level as the previous line rather than puttting it in column 1. I want it to display exactly what I type. If I don't type a space or a tab, I don't want it to add one.
I've unchecked every box under Preferences->"Text Editing" in both the Editing and Indentation categories. Doesn't help.
Nonetheless, XCode is still adding tabs and otherwise rearranging my code. Is there any way to get XCode to just use whatever I type verbatim, without messing with it at all? Thanks.