FarNet.EditorKit
2.2.2
Prefix Reserved
dotnet add package FarNet.EditorKit --version 2.2.2
NuGet\Install-Package FarNet.EditorKit -Version 2.2.2
<PackageReference Include="FarNet.EditorKit" Version="2.2.2" />
<PackageVersion Include="FarNet.EditorKit" Version="2.2.2" />
<PackageReference Include="FarNet.EditorKit" />
paket add FarNet.EditorKit --version 2.2.2
#r "nuget: FarNet.EditorKit, 2.2.2"
#addin nuget:?package=FarNet.EditorKit&version=2.2.2
#tool nuget:?package=FarNet.EditorKit&version=2.2.2
EditorKit
FarNet module for Far Manager editor configuration
Installation
- Far Manager
- Package FarNet
- Package FarNet.EditorKit
How to install and update FarNet and modules:
https://github.com/nightroman/FarNet#readme
Description
EditorKit uses .editorconfig
files (see EditorConfig) and its own settings
for extras (see Module settings).
What is EditorConfig?
EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. EditorConfig files are easily readable and they work nicely with version control systems.
Supported settings
trim_trailing_whitespace = true | false
insert_final_newline = true | false
indent_style = tab | space
indent_size = <number>
charset = utf-8 | utf-8-bom | utf-16le | utf-16be
If a file opened in editor does not have some settings or they are set to unsupported values then the module does nothing and Far Manager current settings apply.
Profile settings
Profile settings may be specified in this configuration file:
%FARPROFILE%\FarNet\EditorKit\.editorconfig
It is used when the usual .editorconfig
files are not found.
The profile should set root = true
to ensure that just this file is used.
Module settings
F11 / FarNet / Settings / EditorKit
Colorer types set by file masks
<ColorerTypes>
<ColorerType Type="config" Mask="*.env" Full="false" />
<ColorerType Type="json" Mask="*.canvas" Full="false" />
<ColorerType Type="text" Mask="*\logs\*.*" Full="true" />
</ColorerTypes>
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2.2.2 | 171 | 5/5/2025 |
2.2.1 | 85 | 5/3/2025 |
2.2.0 | 181 | 4/22/2025 |
2.1.0 | 163 | 1/7/2025 |
2.0.1 | 496 | 11/24/2023 |
2.0.0 | 179 | 11/19/2023 |
1.0.2 | 448 | 6/5/2023 |
1.0.1 | 416 | 1/1/2023 |
1.0.0 | 432 | 11/18/2022 |
0.1.2 | 545 | 8/25/2022 |
0.1.1 | 584 | 7/21/2022 |
0.1.0 | 556 | 7/19/2022 |
0.0.4 | 530 | 7/10/2022 |
0.0.3 | 530 | 2/11/2021 |
0.0.2 | 581 | 12/26/2020 |
0.0.1 | 600 | 12/26/2020 |