# configuration for https://editorconfig.org

root = true

[*.rs]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2
