Back...

Conding Style

This document describes the recommended coding style for Dawn. Nobody is forced to use this style, but to have consistent formating of the source code files it is recommended to make use of it.

Encoding and line breaks

For all files the same encoding and line breaks must be used. This is to avoid nasty and unnecessary conflicts on merge or update. Use the following settings for development: More to come...