.editorconfig 176 B

12345678910
  1. # EditorConfig https://EditorConfig.org
  2. # top-most EditorConfig file
  3. root = true
  4. # 4 space indentation
  5. [*.{py,pyi}]
  6. indent_style = space
  7. indent_size = 4
  8. max_line_length = 88