# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

[*.rs]
end_of_line = lf
charset = utf-8
indent_style = spaces
indent_size = 4
insert_final_newline = true
