Hallo, Tim Blechmann hat gesagt: // Tim Blechmann wrote:
Ah, ok, I didn't notice the switch. I've originally used the default Emacs settings for the indent. Now I think I now use stroustrup, because it was the closest to Miller's style that I found.
i generally avoid tabs in my source files with the following before-save-hook:
In vim it's called "set expandtab" in .vimrc
Ciao