← Package directory
Available on winget

Install EditorConfig-Checker

A tool to verify that your files are in harmony with your .editorconfig

Install with winget
winget install --id EditorConfig-Checker.EditorConfig-Checker
Upgrade
winget upgrade --id EditorConfig-Checker.EditorConfig-Checker
Uninstall
winget uninstall --id EditorConfig-Checker.EditorConfig-Checker

About EditorConfig-Checker

This is a tool to check if your files consider your .editorconfig rules. Most tools—like linters, for example—only test one filetype and need an extra configuration. This tool only needs your .editorconfig to check all files.

What's new in 3.6.1

3.6.1 (2026-01-22) Bug Fixes - empty charset on xlf files (#527) (ebaf1b9) - github actions workflow example in readme (#528) (1e564b2)

Read release notes

Version history

Version Updated Notes
3.6.1 Unknown 3.6.1 (2026-01-22) Bug Fixes - empty charset on xlf files (#527) (ebaf1b9) - github actions workflow example in readme (#528) (1e564b2)
3.6.0 Unknown 3.6.0 (2025-11-25) Features - add Rust target/ dir to default excludes (#507) (1c7d477) Bug Fixes - support when charset is not set (#506) (85fcb6b), closes #505
3.5.0 Unknown 3.5.0 (2025-11-18) Features - support chardet config file setting (#457) (f216ce5)
3.4.1 Unknown 3.4.1 (2025-10-09) Performance Improvements - process files concurrently (#488) (4f39fde)
3.4.0 Unknown 3.4.0 (2025-08-10) Features - add *~ (emacs backup files) to default excludes (#483) (bbd722f), closes #482 - add go.work, and go.work.sum files to default excludes (#468) (05296a5)
3.3.0 Unknown 3.3.0 (2025-05-07) Features - add .jj (Jujutsu) directory to default exclude list (#458) (ac903a0) - update default paths to exclude (#462) (84c5c55) Bug Fixes - skip correct number of errors when consolidating errors (#...
3.2.1 Unknown 3.2.1 (2025-03-15) Bug Fixes - check for exclusion before MIME type (#447) (cd9976b) - empty format in the config file should be treated as Default (#448) (f8799d0), closes #430 - test: make TestGetRelativePath work unde...
3.2.0 Unknown 3.2.0 (2025-01-25) Features - add support for env var NO_COLOR (#429) (9135f53) - only output "0 errors found" when verbose output is enabled (#423) (1d29a8b) Bug Fixes - improve default excludes (#427) (d0cbd25)
3.1.2 Unknown 3.1.2 (2025-01-10) Bug Fixes - provide both .tar.gz as well as .zip archives