diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-07-10 19:59:39 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-07-10 19:59:39 -0400 |
commit | 2f0df39d1e895245f6437a2ba3a4a5bb4faee7c5 (patch) | |
tree | 76bdd9275a1896346fb4d23c962790c7d280d7ad | |
parent | 19909ffa44e68453f928164275a8263c8548b32b (diff) | |
download | librambutan-2f0df39d1e895245f6437a2ba3a4a5bb4faee7c5.tar.gz librambutan-2f0df39d1e895245f6437a2ba3a4a5bb4faee7c5.zip |
coding-standard: Add link to TextMate bundle for whitespace handling.
-rw-r--r-- | source/libmaple/coding-standard.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/libmaple/coding-standard.rst b/source/libmaple/coding-standard.rst index 94af3d7..d22f12e 100644 --- a/source/libmaple/coding-standard.rst +++ b/source/libmaple/coding-standard.rst @@ -53,6 +53,11 @@ Emacs: if you don't like seeing the license, you should use elide-head Whitespace ---------- +TextMate users may find `this bundle +<https://github.com/glennr/uber-glory-tmbundle>`_ useful for +automatically converting tabs to spaces and removing trailing +whitespace at save time. + - 4 space indents (set in ``.dir-locals.el``). - Unix newlines. Some exceptions are currently grandfathered in; these |