itron 0.1.7

Interface to operating systems based on μITRON and its derivatives.
Documentation
# https://editorconfig.org
root = true

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

[*.toml]
indent_style = space
indent_size = 4

[*.rs]
indent_style = space
indent_size = 4