EditorConfig for Python
I have created this basic EditorConfig configuration for Python.
# Python files
[*.py]
indent_style = tab
indent_size = 4
I have created this basic EditorConfig configuration for Python.
# Python files
[*.py]
indent_style = tab
indent_size = 4