Skip to content
Snippets Groups Projects
.editorconfig 149 B
Newer Older
Aaron's avatar
Aaron committed
# EditorConfig https://EditorConfig.org

# top-most EditorConfig file
root = true

# 4 space indentation
[*.py]
indent_style = space
indent_size = 4