How to Install editorconfig in Ubuntu 18.04



Install editorconfig by entering the following commands in the terminal:

sudo apt update
sudo apt install editorconfig

Description:

coding style indenter for all editors - commandline tools

This package helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. . EditorConfig files are easily readable and they work nicely with version control systems. . This package provides editorconfig command which can be used to reformat and indent code files using editorconfig configuration file.

Homepage: http://editorconfig.org/

Version: 0.12.1-1.1

Section: universe/utils