editorconfig3
library for working with EditorConfig — Python 2
Install
- All systems
-
curl cmd.cat/editorconfig3.sh
- Debian
-
apt-get install python-editorconfig
- Ubuntu
-
apt-get install python-editorconfig
- Arch Linux
-
pacman -S python-editorconfig
- Kali Linux
-
apt-get install python-editorconfig
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-editorconfig
- Dockerfile
- dockerfile.run/editorconfig3
python-editorconfig
library for working with EditorConfig — Python 2
EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. When developing an editor plugin for reading EditorConfig files, the EditorConfig core code can be used to locate and parse these files. This package installs the library for Python 2.