.editorconfig 150 B

1234567891011
  1. # top-most EditorConfig file
  2. root = true
  3. [*]
  4. end_of_line = lf
  5. insert_final_newline = true
  6. [*.py]
  7. indent_style = tab
  8. indent_size = 4
  9. charset = utf-8