You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.editorconfig 170 B

12345678910
  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
  8. max_line_length = 88