From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 04 May 2016 02:04:14 -0700 From: Endre Bakken Stovner Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: include statements not indented correctly? (#16) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5729bb0ebdd4e_75c93fd893d232b8790312"; 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 Cc: Kyle Meyer , Comment ----==_mimepart_5729bb0ebdd4e_75c93fd893d232b8790312 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit (Just adding other indentation quirks in this thread) When there is an empty line between e.g. `input:` and the next, the line is not properly indented. ``` input: expand(... ``` This is a borderline case, I know. --- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/16#issuecomment-216800913 ----==_mimepart_5729bb0ebdd4e_75c93fd893d232b8790312 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

(Just adding other indentation quirks in this thread)

When there is an empty line between e.g. input: and the next, the line is not properly indented.

input:

expand(...

This is a borderline case, I know.


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

----==_mimepart_5729bb0ebdd4e_75c93fd893d232b8790312--