Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 242 Bytes

File metadata and controls

14 lines (10 loc) · 242 Bytes

EditorConfig for Python

I have created this basic EditorConfig configuration for Python.

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

Resources and References