git-latest-commit 0.1.1

Add data about the latest git commit for a project at build time, for run-time reporting.
Documentation
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.js]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
curly_bracket_next_line = true
indent_brace_style = Allman
quote_type = single

[*.rs]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
curly_bracket_next_line = true
indent_brace_style = Allman