summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snakemake-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 5a1ea4a..69629c5 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -144,6 +144,7 @@ indentation is determined by the location within the rule block.
(delete-horizontal-space)
(indent-to snakemake-indent-subrule-offset))
((snakemake-run-subrule-first-line-p)
+ (delete-horizontal-space)
(indent-to (+ snakemake-indent-subrule-offset
snakemake-indent-run-offset)))
((snakemake-run-subrule-line-p)