From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 12 Oct 2016 04:38:48 -0700 From: Nathanael Farley Reply-To: kyleam/snakemake-mode Message-ID: Subject: Odd indent for all lists (#19) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_57fe20c8da601_78703fc7619152b884988"; 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_57fe20c8da601_78703fc7619152b884988 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit With Emacs 24.5.1 (with Spacemacs) I get strange indentation: ``` rule dummy: input: "dummy_input_1", "dummy_input_2", # This line is indented more? "dummy_input_3", ``` Is this the intended behaviour? -- 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/19 ----==_mimepart_57fe20c8da601_78703fc7619152b884988 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

With Emacs 24.5.1 (with Spacemacs) I get strange indentation:

 rule dummy:
     input:
         "dummy_input_1",
           "dummy_input_2", # This line is indented more?
           "dummy_input_3",

Is this the intended behaviour?


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

----==_mimepart_57fe20c8da601_78703fc7619152b884988--