medrimonia / PFA-Nethack

0 stars 1 forks source link

Handle indentation #4

Closed medrimonia closed 11 years ago

medrimonia commented 11 years ago

Some standards should be chosen, there's mainly three questions

I think that for all our files, spaces should be preferred to tabs. But for nethack patches, we should match nethack indentation.

medrimonia commented 11 years ago

Indentation mode has been chosen :

Example :

...
<tab>function_call(arg1
<tab><   spaces   >arg2
<tab><   spaces   >arg3);
...

Indentation has been done on this model on some files, everyone can check on it's own and correct it now