clang-format update
Attempt to slightly improve .clang-format:
- Add Alignment for bitfields.
- BreakBefore*Operators: adhere to GIMP Coding Style.
- Align... AcrossComments: allows section comments in long lists w/o disturbing alignment (e.g. the struct at top of bmp-load.c). Alignment can still be reset with a newline.