diff options
-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 |