code indentation
I use emacs for reading and writing code. I try to follow a subset of the GNU coding style. One annoyance with the GNU style is the block indentation. I find it very difficult to follow the 2-space width of the block and in my humble opinion, it is unneccesary. I like to begin at [...]