abstract syntax in the repository?
Bengt Kleberg
bengt.kleberg@REDACTED
Fri Nov 26 16:10:29 CET 2004
Vance Shipley wrote:
...deleted
> accomodate both religions. The one method which seems like it
> has potential is to store only the abstract syntax itself in the
> source code repository. When you check out a source module you
> run it through syntax_tools to format it the way you want it.
when i worked at dynasoft we used ''indent'' with company default
settings before checkin to the repository. at checkout i could
''un-indent'' with my own settings.
at ericsson i write code with tabs, and then format (syntax_tools) to
the ''correct'' layout before checkin.
i have not considered un-formatting when checking out...
bengt
More information about the erlang-questions
mailing list