Re: [Q] Indentation rules for GRUB source code

2012-03-01 Thread Andreas Vogel
Thanks for clarification and the pointer to GCS. Just for reference: the appropriate indentation setting for VIM is set tabstop=8 softtabstop=2 shiftwidth=2 noexpandtab so that indentation is 2 spaces and each bunch of 8 spaces will be converted into a TAB char. Andreas Am 01.03.2012 13:

Re: [Q] Indentation rules for GRUB source code

2012-03-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 01.03.2012 13:09, Andreas Vogel wrote: I tried to find all relevant docs and read what I've found (e.g. grub-dev.texi), so please excuse me if this questions has been already answered somewhere. I would like to change and submit code for GRUB and from what i see right now indentation of the c

[Q] Indentation rules for GRUB source code

2012-03-01 Thread Andreas Vogel
I tried to find all relevant docs and read what I've found (e.g. grub-dev.texi), so please excuse me if this questions has been already answered somewhere. I would like to change and submit code for GRUB and from what i see right now indentation of the code doesn't seem to follow any rules. Most o