git-status-vars 1.0.2

Summarize git repo info into shell variables (for use in a prompt)
Documentation
; EditorConfig is awesome: http://EditorConfig.org

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{py,rs}]
indent_size = 4

[*.zsh]
indent_size = unset
indent_style = tab

[Makefile]
indent_size = unset
indent_style = tab