# EditorConfig: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Matches multiple files with brace expansion notation
# Set default indent style and size
[*.{c,cpp,cxx,h,hpp,py}]
indent_style = space
indent_size = 2