macOS
brew install editorconfiglocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für editorconfig in AI-Agent-Workflows.
Installation
brew install editorconfiglocal Homebrew formula metadata
sudo apk add editorconfigAlpine Linux edge package indexes · editorconfig · Quelle: dl-cdn.alpinelinux.org
sudo apt install editorconfigDebian stable package indexes · editorconfig · Quelle: deb.debian.org
sudo dnf install editorconfigFedora Rawhide package metadata · editorconfig · Quelle: dl.fedoraproject.org
sudo zypper install editorconfigopenSUSE Tumbleweed package metadata · editorconfig · Quelle: download.opensuse.org
scoop install main/editorconfigScoop official bucket manifest trees · bucket/editorconfig.json · Quelle: api.github.com
Überblick
Maintain consistent coding style between multiple editors
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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.
.editorconfigExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
editorconfig | cli | globales Executable | |
editorconfig-0.12.11 | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/editorconfig/editorconfig-core-c
Installationsmetadaten
| Paketschlüssel | brew:editorconfig |
|---|---|
| Version | 0.12.11 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/editorconfig |
| Homepage | https://editorconfig.org/ |
| Repository | https://github.com/editorconfig/editorconfig-core-c |
| Upstream-Dokumentation | https://editorconfig.org/ |
| Lizenz | BSD-2-Clause |
| Quellarchiv | https://github.com/editorconfig/editorconfig-core-c/archive/refs/tags/v0.12.11.tar.gz |
| Abhängigkeiten | pcre2 |
| Build-Abhängigkeiten | cmake |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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/editorconfigQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.