Automic VaultAutomic Vault

brew

editorconfig を Homebrew, apk, apt, dnf, zypper, scoop でインストール

editorconfig のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install editorconfig

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add editorconfig

Alpine Linux edge package indexes · editorconfig · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install editorconfig

Debian stable package indexes · editorconfig · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install editorconfig

Fedora Rawhide package metadata · editorconfig · ソース: dl.fedoraproject.org

openSUSE zypper確認済み · 92%
sudo zypper install editorconfig

openSUSE Tumbleweed package metadata · editorconfig · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/editorconfig

Scoop official bucket manifest trees · bucket/editorconfig.json · ソース: api.github.com

概要

パッケージ概要

Maintain consistent coding style between multiple editors

コマンドとエイリアス

  • editorconfig
  • editorconfig-0.12.11

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2011: Official website repository created.
  • 2012: editorconfig-core-c repository created for the C core library and CLI.
  • 2014: EditorConfig Core 0.11.0 adds brace expansion support, as noted in the official file-format documentation.
  • 2026: editorconfig-core-c v0.12.11 published.

Related projects

  • Related official projects include the EditorConfig website, the formal spec, editorconfig-core-c, editor plugins listed on editorconfig.org, and headless-tool integrations for build systems.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
.editorconfig

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
editorconfigcliグローバル実行可能ファイル
editorconfig-0.12.11cliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版0.12.11
マネージャ更新日
ローカルデータOK
上流最新
検出された最新v0.12.11

https://github.com/editorconfig/editorconfig-core-c

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキー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 DatabaseHomebrew formula API
Taphomebrew/core
Full Nameeditorconfig
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

editorconfig 0.12.9+~0.17.1-1

coding style indenter for all editors - commandline tools

https://editorconfig.org/

sudo apt install editorconfig
  • Section: utils
  • Architecture: amd64
  • Source Package: editorconfig-core
  • 2 依存関係
  • normalized package name match
  • 一致条件: Editorconfig
Debian stable package indexes · deb.debian.org · Debian stable package indexes: editorconfig from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

editorconfig 0.12.7-0.1

coding style indenter for all editors - commandline tools

https://editorconfig.org/

sudo apt install editorconfig
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: editorconfig-core
  • 2 依存関係
  • normalized package name match
  • 一致条件: Editorconfig
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: editorconfig from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

editorconfig 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 editorconfig
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: editorconfig
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Editorconfig
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: editorconfig from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

editorconfig-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-dev
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: editorconfig
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Editorconfig
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: editorconfig-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

editorconfig-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-static
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: editorconfig
  • 1 依存関係
  • normalized package name match
  • 一致条件: Editorconfig
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: editorconfig-static from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libeditorconfig 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 libeditorconfig
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: editorconfig
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Editorconfig
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libeditorconfig from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

editorconfig 0.12.11-1.fc45

Parser for EditorConfig files written in C

https://github.com/editorconfig/editorconfig-core-c

sudo dnf install editorconfig
  • License: BSD-2-Clause AND BSD-3-Clause AND BSD-1-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: editorconfig
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Editorconfig
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: editorconfig from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

editorconfig-devel 0.12.11-1.fc45

Parser library for EditorConfig files (development files)

https://github.com/editorconfig/editorconfig-core-c

sudo dnf install editorconfig-devel
  • License: BSD-2-Clause AND BSD-3-Clause AND BSD-1-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: editorconfig
  • 5 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Editorconfig
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: editorconfig-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

editorconfig-libs 0.12.11-1.fc45

Parser library for EditorConfig files (shared library)

https://github.com/editorconfig/editorconfig-core-c

sudo dnf install editorconfig-libs
  • License: BSD-2-Clause AND BSD-3-Clause AND BSD-1-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: editorconfig
  • 3 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Editorconfig
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: editorconfig-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

editorconfig 0.12.11-1.1

Commandline utilities for EditorConfig

https://editorconfig.org/

sudo zypper install editorconfig
  • License: BSD-2-Clause AND BSD-3-Clause
  • Category: Productivity/Text/Utilities
  • Architecture: x86_64
  • Source Package: editorconfig-core-c
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Editorconfig
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: editorconfig from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Scoop95%

main/editorconfig

scoop install main/editorconfig
  • normalized package name match
  • 一致条件: Editorconfig
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/editorconfig.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment