FarNet.EditorKit
2.0.1
Prefix Reserved
dotnet add package FarNet.EditorKit --version 2.0.1
NuGet\Install-Package FarNet.EditorKit -Version 2.0.1
<PackageReference Include="FarNet.EditorKit" Version="2.0.1" />
paket add FarNet.EditorKit --version 2.0.1
#r "nuget: FarNet.EditorKit, 2.0.1"
// Install FarNet.EditorKit as a Cake Addin #addin nuget:?package=FarNet.EditorKit&version=2.0.1 // Install FarNet.EditorKit as a Cake Tool #tool nuget:?package=FarNet.EditorKit&version=2.0.1
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 applies their
supported settings to the Far Manager editor.
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 the editor does not have some settings or they are set to unsupported values, deliberately or by mistake, then the module does nothing and the 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.
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.