Browse Source

Changed indent size for Python files.

Kyle Anthony Williams 4 năm trước cách đây
mục cha
commit
080fe1a01f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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