From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 11 Feb 2018 18:27:12 -0800 From: Elmar Pruesse Reply-To: kyleam/snakemake-mode Message-ID: Subject: indentation problems (#26) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5a80fb803c009_8e52aac63836ec427611f"; 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: Subscribed ----==_mimepart_5a80fb803c009_8e52aac63836ec427611f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Since updating to the newest version, I've got problems with the indentation. For some reason, the set of indentation levels rotated through iteratively is one too short. I.e. the maximum indentation I get with `` is equal to the previous statement, even if that was a field. It starts at the right place after ``, but tab won't get me back there... ``` rule: message: ``` I did upgrade a bunch of things at once, of course, so the cause might be somewhere else. Indentation does work for me in python-mode though. Any suggestions on what might be causing this? -- 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/26 ----==_mimepart_5a80fb803c009_8e52aac63836ec427611f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Since updating to the newest version, I've got problems with the indentation. For some reason, the set of indentation levels rotated through iteratively is one too short. I.e. the maximum indentation I get with <tab> is equal to the previous statement, even if that was a field. It starts at the right place after <return>, but tab won't get me back there...

rule:
message:

I did upgrade a bunch of things at once, of course, so the cause might be somewhere else. Indentation does work for me in python-mode though.

Any suggestions on what might be causing this?


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_5a80fb803c009_8e52aac63836ec427611f--