editorconfig-0.12.0
coding style indenter for all editors - commandline tools
Install
- All systems
-
curl cmd.cat/editorconfig-0.12.0.sh
- Debian
-
apt-get install editorconfig
- Ubuntu
-
apt-get install editorconfig
- Alpine
-
apk add editorconfig
- Kali Linux
-
apt-get install editorconfig
- Fedora
-
dnf install editorconfig
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install editorconfig
- OS X
-
brew install editorconfig
- Raspbian
-
apt-get install editorconfig
- Dockerfile
- dockerfile.run/editorconfig-0.12.0
- Docker
-
docker run cmd.cat/editorconfig-0.12.0 editorconfig-0.12.0
powered by Commando
editorconfig
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.