Tabs versus Spaces, whats your stand about it?
category: code [glöplog]
Automatic indenting for me (in Xcode). Think it uses tabs. Don't really care so long as the code is readable (it is). Ctrl-a and ctrl-i instantly fixes the layout of anything I import.
Stuff like this should be dealt with automatically - if not, it's just another thing that gets in the way of coding.
Stuff like this should be dealt with automatically - if not, it's just another thing that gets in the way of coding.
I could never decide, so I have to write all my code on one line.
Ctrl+KF in Visual Studio -> auto ident selection. Best served with Ctrl+A.