.editorconfig 177 B

1234567891011121314
  1. # EditorConfig is awesome: https://EditorConfig.org
  2. root = true
  3. [*]
  4. end_of_line = lf
  5. insert_final_newline = true
  6. [*.py]
  7. charset = utf-8
  8. indent_style = space
  9. indent_size = 2