1
0

.editorconfig 120 B

1234567
  1. # For more info on EditorConfig, see: http://EditorConfig.org
  2. root = true
  3. [*.py]
  4. indent_style = space
  5. indent_size = 4