diff options
| author | Vegard Øye <vegard_oye@hotmail.com> | 2011-03-30 11:55:25 +0200 |
|---|---|---|
| committer | Vegard Øye <vegard_oye@hotmail.com> | 2011-03-30 11:55:25 +0200 |
| commit | 82940446e5a4e339b8517a1533011752c633234b (patch) | |
| tree | 677f5a62ab0d69d6a6bfc71e310f368d92a447e5 /Makefile | |
| parent | eb7b7c61cb5c2394253ac04a41aa1e8f4267f89d (diff) | |
Let "make indent" remove tabs
To use a tab character in the code, write "\t".
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ indent: clean (untabify (point-min) (point-max)) \ (indent-region (point-min) (point-max)) \ (delete-trailing-whitespace) \ +(untabify (point-min) (point-max)) \ (goto-char (point-min)) \ (while (re-search-forward \"\\n\\\\{3,\\\\}\" nil t) \ (replace-match \"\\n\\n\")) \ |
