1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: editorconfig-emacs
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-elpa,
cmake,
emacs,
Standards-Version: 4.6.2
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.
|