editorconfig-fix 0.1.2

dotnet tool install --global editorconfig-fix --version 0.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local editorconfig-fix --version 0.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=editorconfig-fix&version=0.1.2
                    
nuke :add-package editorconfig-fix --version 0.1.2
                    

editorconfig-fix

editorconfig-fix applies selected EditorConfig settings to one specified file.

editorconfig-fix file-path [options]

The tool is intentionally not recursive. To process many files, invoke it from recursive shell features.

Options

At least one fix option must be specified.

Fix Options

  • --all: apply all fix options.
  • --eol: apply end_of_line.
  • --bom: remove a UTF-8 BOM when charset = utf-8.
  • --trim: apply trim_trailing_whitespace = true.
  • --final: apply insert_final_newline = true to non-empty files.

Matching Options

  • --any: allow settings that come only from a matching [*] section.
  • --git-root: stop looking for .editorconfig files in parent directories when a git repository root is reached.

Reporting Options

  • --dry-run: report whether changes would be made without writing the file.
  • --verify: like --dry-run, but returns exit code 1 if a change would be made.

Encoding Support

Only UTF-8 and UTF-8-BOM are supported. Files with invalid UTF-8 bytes or an explicit non-UTF-8 charset are skipped.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.2 101 5/27/2026
0.1.1 116 4/29/2026
0.1.0 105 4/28/2026