Sublime Forum

indent_subsequent_lines isn't doing what I expect

#1

Hello,

I am trying to tune my settings so that I can use Sublime for Markdown. I've been creating a Markdown.sublime-settings. The issue that I am having is that when I turn word_wrap on, the lines after the first are indented automatically. This is great for code but not so great for prose. I tried setting indent_subsequent_lines to false, but that didn't seem to have any affect. Here is my Markdown.sublime-settings file.
{
  "auto_indent": false,
  "line_numbers": false,
  "word_wrap": true,
  "indent_subsequent_lines": false,
  "wrap_width": 80,
  "highlight_line": true
}

Does anybody know why indent_subsequent_lines isn’t behaving as expected or another way to turn off that indenting.

Thanks,
Steve

0 Likes