# https://EditorConfig.org

root = true

[*.{cpp,h}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
