aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVegard Øye <vegard_oye@hotmail.com>2011-03-30 11:55:25 +0200
committerVegard Øye <vegard_oye@hotmail.com>2011-03-30 11:55:25 +0200
commit82940446e5a4e339b8517a1533011752c633234b (patch)
tree677f5a62ab0d69d6a6bfc71e310f368d92a447e5 /Makefile
parenteb7b7c61cb5c2394253ac04a41aa1e8f4267f89d (diff)
Let "make indent" remove tabs
To use a tab character in the code, write "\t".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc192c7..52d6153 100644
--- a/Makefile
+++ b/Makefile
@@ -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\")) \