; Top-most EditorConfig file
root = true

; 4-column space indentation
[*.{cpp,hpp,lua}]
indent_style = tab
indent_size = 2
