Explorar el Código

Changed indent size for Python files.

Kyle Anthony Williams hace 4 años
padre
commit
080fe1a01f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -7,3 +7,6 @@ end_of_line = lf
 charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true
+
+[*.py]
+indent_size = 4