editorconfig-checker 什么? 这是一个检查文件是否考虑.editorconfig 。 大多数工具-例如linters-仅测试一种文件类型,并且需要额外的配置。 该工具只需要您的editorconfig即可检查所有文件。 重要 这只是核心的包装。 您应该查看此存储库,以了解如何使用此工具以及存在哪些可能性/问题。 该版本可以与内核相同的方式使用,因为每个参数都简单地传递给了它。 安装 $ pip install . # from cloned repo $ pip install editorconfig-checker # fro