# EditorConfig: https://EditorConfig.org

# This is the top-most EditorConfig file
root = true

# Apply to any source file
[*.*]

# Indentation of two spaces 
indent_style = space
indent_size = 2
