.editorconfig 160 B

1234567
  1. root = true # signifies that this is the top-level editor config file
  2. [*.{html,py}]
  3. charset = utf-8
  4. indent_size = 4
  5. indent_style = space
  6. max_line_length = 150