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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package editorconfig-fix --version 0.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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: applyend_of_line.--bom: remove a UTF-8 BOM whencharset = utf-8.--trim: applytrim_trailing_whitespace = true.--final: applyinsert_final_newline = trueto non-empty files.
Matching Options
--any: allow settings that come only from a matching[*]section.--git-root: stop looking for.editorconfigfiles 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 code1if 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 | Versions 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.