# configuration for https://editorconfig.org

root = true

[*.rs]
indent_style = space
indent_size = 4

[args.rs]
indent_size = unset

[*.yml]
indent_style = space
indent_size = 2
