File: control

package info (click to toggle)
ws-butler 0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 120 kB
  • sloc: lisp: 272; makefile: 20
file content (30 lines) | stat: -rw-r--r-- 1,107 bytes parent folder | download
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
Source: ws-butler
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 9.20160402),
 dh-elpa
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/emacsen-team/ws-butler
Vcs-Git: https://salsa.debian.org/emacsen-team/ws-butler.git
Homepage: https://github.com/lewang/ws-butler
Testsuite: autopkgtest-pkg-elpa

Package: elpa-ws-butler
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
 emacs
Recommends: emacs (>= 46.0)
Enhances: emacs,
 emacs24
Built-Using: ${misc:Built-Using}
Description: unobtrusively remove trailing whitespace in Emacs
 This package provides ws-butler-mode and ws-butler-global-mode.  Upon
 saving a file in Emacs, these modes delete trailing whitespace on
 lines of the buffer that have been edited.
 .
 As compared with simply calling delete-trailing-whitespace in your
 before-save-hook, ws-butler has the advantage of not cluttering up
 version control commits with whitespace cleanup outside of the part
 of the file you have edited.