From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 02 May 2016 23:46:32 -0700 From: Endre Bakken Stovner Reply-To: kyleam/snakemake-mode Message-ID: Subject: include statements not indented correctly? (#16) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_572849487b10b_2c723ffd4d3732c03787b9"; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: kyleam/snakemake-mode List-Archive: https://github.com/kyleam/snakemake-mode List-Post: List-Unsubscribe: , To: kyleam/snakemake-mode ----==_mimepart_572849487b10b_2c723ffd4d3732c03787b9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit When I write ``` include: include_prefix + "/rules/window_counts/csaw_window_counts.rules" ``` the region is not indented properly, not even when I mark the region and try to indent it. Glitch? Was hoping for the following, like in the official workflow repo: ``` include: include_prefix + "/bio/ngs/rules/mapping/peanut.rules" ``` --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/16 ----==_mimepart_572849487b10b_2c723ffd4d3732c03787b9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

When I write

include:
include_prefix + "/rules/window_counts/csaw_window_counts.rules"

the region is not indented properly, not even when I mark the region and try to indent it. Glitch? Was hoping for the following, like in the official workflow repo:

include:
    include_prefix + "/bio/ngs/rules/mapping/peanut.rules"


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

----==_mimepart_572849487b10b_2c723ffd4d3732c03787b9--