Source: editorconfig-emacs
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Thomas Koch <thomas@koch.ro>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12),
 dh-elpa,
 cmake,
Standards-Version: 4.4.1
Homepage: https://github.com/editorconfig/editorconfig-emacs
Vcs-Git: https://salsa.debian.org/emacsen-team/editorconfig.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/editorconfig

Package: elpa-editorconfig
Architecture: all
Depends: ${misc:Depends}
Recommends: editorconfig
Enhances: emacs
Description: coding style indenter for all editors - Emacsen plugin
 EditorConfig helps developers define and maintain consistent coding
 styles between different editors and IDEs. The EditorConfig project
 consists of a file format for defining coding styles and a collection of
 text editor plugins that enable editors to read the file format and
 adhere to defined styles.
 .
 EditorConfig files are easily readable and they work nicely with version
 control systems.
 .
 This package provides the EditorConfig plugin for Emacsen which
 automatically sets Emacs' indenting and formatting options per project
 based on the project's editorconfig configuration files.
