File formatting

Encode all XML files with UTF-8. Enter line breaks as LF (\n) as opposed to CR LF (\r\n).

For consistency across files and to aid human readability, use two spaces for all indentation of elements. Don't use tabs to indent. Be sure to indent each child node of an element an additional two spaces.