Claudio
unread,Apr 29, 2009, 2:06:40 PM4/29/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chieroth
Hello guys!
First of all, the vimrc-chieroth file was uploaded to the Files
section. You will have to copy this file under your home directory and
name it ~/.vimrc. Afterwards, vim will use blanks instead of
tabulators and a 4-space indentation style.
Besides this, and in order to be consistent, I would like to repeat
here the basic rules for coding, with an example:
/* Comments should be done in the C-way, not in the C++-way */
int main(void)
{
/* this is another comment */
whlie (something)
{
do_something_else();
}
/* TODO: remember to implement bla bla bla */
}
The rest of things will be seen on the fly, and hopefully as soon as
Michal and me create the skeleton of the driver. If you have any
question about the CodingStyle, please ask me :)
BR,
Claudio M. Camacho