git-smash 0.1.2

Smash staged changes into previous commits
root = true

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

[Makefile]
indent_style = tab

[*.{bash,sh}]
indent_style = tab

[*.{yaml,yml}]
indent_size = 2
indent_style = space