macOS
brew install editorconfiglocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de editorconfig pour les workflows d'agents IA.
installation
brew install editorconfiglocal Homebrew formula metadata
sudo apk add editorconfigAlpine Linux edge package indexes · editorconfig · Source: dl-cdn.alpinelinux.org
sudo apt install editorconfigDebian stable package indexes · editorconfig · Source: deb.debian.org
sudo dnf install editorconfigFedora Rawhide package metadata · editorconfig · Source: dl.fedoraproject.org
sudo zypper install editorconfigopenSUSE Tumbleweed package metadata · editorconfig · Source: download.opensuse.org
scoop install main/editorconfigScoop official bucket manifest trees · bucket/editorconfig.json · Source: api.github.com
aperçu
Maintain consistent coding style between multiple editors
historique
EditorConfig is a cross-editor coding-style convention built around one plain text file named .editorconfig. Its package-manager identity is the command-line C core, but its cultural footprint is broader: a file format, a formal spec, core parsers, and editor integrations.
The EditorConfig site describes the project as both a file format and a collection of editor plugins for maintaining consistent coding styles across editors and IDEs. The site repository was created in 2011, and the C core repository followed in 2012 as reusable parser and locator code for integrations.
The editorconfig-core-c README explains why the C core exists: plugin authors can share file location, INI parsing, and glob matching behavior instead of repeating that logic in every editor integration. The command-line program accepts a filename, searches for applicable .editorconfig files, and outputs the matching properties.
The formal specification later separated the format contract from individual implementations, giving package maintainers and editor authors a stable target for behavior such as section globbing, root=true search termination, supported properties, and value parsing.
EditorConfig spread through both plugin ecosystems and native editor support. The official site distinguishes editors that need plugins from editors where no plugin is necessary, and it lists a wide range of IDEs, source hosts, and editors with built-in or installable support.
The format also became common in version-controlled source trees because it is intentionally readable, language-neutral, and stored beside the project code. That let teams encode indentation, line endings, final newline policy, charset, and trimming rules without requiring everyone to use the same editor.
Users place a .editorconfig file in a project directory. Plugins search from the opened file upward, stop at filesystem root or a file with root=true, and apply matching sections in order so closer files can override parent settings.
The Homebrew package exposes the editorconfig CLI from editorconfig-core-c. That makes the same convention useful outside editors, including scripts, plugin development, and diagnostic checks.
EditorConfig is package-nerd-important because it is one of the few dotfile formats that functions as shared social infrastructure across languages, editors, IDEs, and source hosts. A tiny INI-like file reduces editor wars to a portable contract.
Its C core is also a good example of the Unix packaging pattern where a broader standard ships as a small CLI and library, letting distributions package the reference behavior while editor and tooling ecosystems build on top.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.editorconfigexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
editorconfig | cli | exécutable global | |
editorconfig-0.12.11 | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/editorconfig/editorconfig-core-c
métadonnées d'installation
| Clé du paquet | brew:editorconfig |
|---|---|
| Version | 0.12.11 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/editorconfig |
| Page d'accueil | https://editorconfig.org/ |
| Dépôt | https://github.com/editorconfig/editorconfig-core-c |
| Docs amont | https://editorconfig.org/ |
| Licence | BSD-2-Clause |
| Archive source | https://github.com/editorconfig/editorconfig-core-c/archive/refs/tags/v0.12.11.tar.gz |
| Dépendances | pcre2 |
| Dépendances de compilation | cmake |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | editorconfig |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
editorconfig 0.12.9+~0.17.1-1
coding style indenter for all editors - commandline tools
sudo apt install editorconfigeditorconfig 0.12.7-0.1
coding style indenter for all editors - commandline tools
sudo apt install editorconfigeditorconfig 0.12.11-r0
core library written in C for use by plugins supporting EditorConfig parsing
https://github.com/editorconfig/editorconfig-core-c
sudo apk add editorconfigeditorconfig-dev 0.12.11-r0
core library written in C for use by plugins supporting EditorConfig parsing (development files)
https://github.com/editorconfig/editorconfig-core-c
sudo apk add editorconfig-deveditorconfig-static 0.12.11-r0
core library written in C for use by plugins supporting EditorConfig parsing (static library)
https://github.com/editorconfig/editorconfig-core-c
sudo apk add editorconfig-staticlibeditorconfig 0.12.11-r0
core library written in C for use by plugins supporting EditorConfig parsing (libraries)
https://github.com/editorconfig/editorconfig-core-c
sudo apk add libeditorconfigeditorconfig 0.12.11-1.fc45
Parser for EditorConfig files written in C
https://github.com/editorconfig/editorconfig-core-c
sudo dnf install editorconfigeditorconfig-devel 0.12.11-1.fc45
Parser library for EditorConfig files (development files)
https://github.com/editorconfig/editorconfig-core-c
sudo dnf install editorconfig-develeditorconfig-libs 0.12.11-1.fc45
Parser library for EditorConfig files (shared library)
https://github.com/editorconfig/editorconfig-core-c
sudo dnf install editorconfig-libseditorconfig 0.12.11-1.1
Commandline utilities for EditorConfig
sudo zypper install editorconfigmain/editorconfig
scoop install main/editorconfigpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.