diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-03-05 23:01:52 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-03-05 23:01:52 -0500 |
commit | bdbb9c95d401b62d01fa80c04265bcd27658488a (patch) | |
tree | 5b507b1ba74689d3749f1ef30088ea61a32d01b4 /NEWS | |
parent | 81a564f0ae6891b73e17a1ae2ef25a13a552e74c (diff) | |
download | snakemake-mode-bdbb9c95d401b62d01fa80c04265bcd27658488a.tar.gz |
Indent field values that start on their own line
Previously, indentation was handled only for the first line following
a run value. Extend this to support any field value that starts on
the line below a field key, since that is valid syntax.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ - The 'onsuccess' and 'onerror' keywords (introduced in Snakemake version 3.2.1) are now recognized. +- Indentation for field values starting on the line below a field key + is now supported. New variable `snakemake-indent-value-offset' + controls the offset for the value and replaces the variable + `snakemake-indent-run-offset'. + * v0.2.0 ** New features |