macOS
brew install editorconfiglocal Homebrew formula metadata
brew
editorconfig のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install editorconfiglocal Homebrew formula metadata
sudo apk add editorconfigAlpine Linux edge package indexes · editorconfig · ソース: dl-cdn.alpinelinux.org
sudo apt install editorconfigDebian stable package indexes · editorconfig · ソース: deb.debian.org
sudo dnf install editorconfigFedora Rawhide package metadata · editorconfig · ソース: dl.fedoraproject.org
sudo zypper install editorconfigopenSUSE Tumbleweed package metadata · editorconfig · ソース: download.opensuse.org
scoop install main/editorconfigScoop official bucket manifest trees · bucket/editorconfig.json · ソース: api.github.com
概要
Maintain consistent coding style between multiple editors
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.
.editorconfig実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
editorconfig | cli | グローバル実行可能ファイル | |
editorconfig-0.12.11 | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/editorconfig/editorconfig-core-c
インストールメタデータ
| パッケージキー | brew:editorconfig |
|---|---|
| バージョン | 0.12.11 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/editorconfig |
| ホームページ | https://editorconfig.org/ |
| リポジトリ | https://github.com/editorconfig/editorconfig-core-c |
| 上流ドキュメント | https://editorconfig.org/ |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://github.com/editorconfig/editorconfig-core-c/archive/refs/tags/v0.12.11.tar.gz |
| 依存関係 | pcre2 |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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/editorconfigソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.