# http://editorconfig.org

root = true

[*]
end_of_line = lf

[*.rs]
indent_size = 2

[.travis.yml]
indent_style = space
indent_size = 2
