Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2002:
[Freeciv-Dev] Re: possible addition to README.coding_style
Home

[Freeciv-Dev] Re: possible addition to README.coding_style

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: possible addition to README.coding_style
From: Erik Sigra <sigra@xxxxxxx>
Date: Mon, 4 Feb 2002 00:24:20 +0100
Reply-to: sigra@xxxxxxx

Sunday 03 February 2002 22.31 skrev Raimar Falke:
> 2) What do other people think?

I think 79 columns is fine. It's an accepted standard, used as the default 
value for example by the GNU Ada compiler in style-enforcing mode:

$ gnatmake -h
[...]
  -gnatyxxx Enable selected style checks xxx = list of parameters:
        1-9  check indentation
        b    check no blanks at end of lines
        c    check comment format
        e    check end labels present
        f    check no form feeds/vertical tabs in source
        h    check no horizontal tabs in source
        i    check if-then layout
        k    check casing rules for keywords, identifiers
        m    check line length <= 79 characters
        Mnnn check line length <= nnn characters
        r    check RM column layout
        s    check separate subprogram specs present
        t    check token separation rules


[Prev in Thread] Current Thread [Next in Thread]