.editorconfig 149 B

123456789
  1. # EditorConfig https://EditorConfig.org
  2. # top-most EditorConfig file
  3. root = true
  4. # 4 space indentation
  5. [*.py]
  6. indent_style = space
  7. indent_size = 4