assertify 0.7.0

Deprecated: use assert2 for better assertions
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