OVALProject / Sandbox

The OVAL Language Sandbox
http://oval.mitre.org/language/sandbox.html
44 stars 36 forks source link

Normalize line endings #119

Closed mpeck12 closed 10 years ago

mpeck12 commented 10 years ago

Normalizes line endings by following steps at https://help.github.com/articles/dealing-with-line-endings Adds .gitattributes so committed text files will have normalized line endings in the repository (LF rather than CRLF) Updates current instances (9 files) to have LF rather than CRLF line endings git diff --ignore-space-at-eol can be used to show that no other changes were made

Ran xmllint --format to correct formatting issues with Android schemas

Included Android schema documentation corrections provided by Tim Harrison of Booz Allen Hamilton