FarNet.EditorKit 2.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package FarNet.EditorKit --version 2.0.1
NuGet\Install-Package FarNet.EditorKit -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FarNet.EditorKit" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FarNet.EditorKit --version 2.0.1
#r "nuget: FarNet.EditorKit, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

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.

There are no supported framework assets in this package.

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.0.1 319 11/24/2023
2.0.0 118 11/19/2023
1.0.2 380 6/5/2023
1.0.1 342 1/1/2023
1.0.0 367 11/18/2022
0.1.2 464 8/25/2022
0.1.1 508 7/21/2022
0.1.0 473 7/19/2022
0.0.4 460 7/10/2022
0.0.3 435 2/11/2021
0.0.2 492 12/26/2020
0.0.1 514 12/26/2020