# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
root = true

# All files
[*]
indent_style = space

# Yml files
[*.{yml,yaml}]
indent_size = 2
