scottohara/loot

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
root = true

[*]
indent_style = tab
indent_size = tab
tab_width = 2
trim_trailing_whitespace = true

[*.yml]
indent_style = space
indent_size = 2