# top-most EditorConfig file
root = true

# C++ files
[**.cpp, **.hpp]
indent_style = space
indent_size = 2

# Python files
[**.py]
indent_style = space
indent_size = 4