浏览代码

Changed indent size for Python files.

Kyle Anthony Williams 4 年之前
父节点
当前提交
080fe1a01f
共有 1 个文件被更改,包括 3 次插入0 次删除
  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