Re: [Freeciv-Dev] Coding styles (not cranky mode)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, 2 Jun 1999, Daniel Sjolie wrote:
>
> Hi...
>
> Now I'm nice again... :) (Well, nicer :)
>
> It would be a nice thing if we could agree on a set of standard freeciv
> indent settings...
>
> That way I can write my code any way I want and simply run indent before
> I submit stuff...
>
> I don't care a lot about what these settings would be...
> And since I don't I can discuss it in a civilized manner... :)
>
> I would suggest
> -i4 -br -ce
> for starters...
>
> Now, this might actually lead to something worthwhile so let's hear some
> thoughts... Remember, You don't have to write in this style...
I'm a great fan of using tab's to indent. Then (at risk of starting an
vi vs emacs vs ? war)
$ cat ~/.exrc
:set sw=4
:set ts=4
:set ai
$
Mark
|
|