Sublime Forum

indent_subsequent_lines plus tab

#1

Hello,

I am new to sublime and really love it =D,
especially the function which wraps lines in the same indent width.

I googled to find a way to increase the indent. When I have a Text like:

[code]go fredo go

  • hello my
    name is[/code]

but i want something like this

[code]go fredo go

  • hello my
    name is[/code]

I figured out that the preference label is

but i can set only boolean values.

My Question: Is it possble to add a “tab” or “some spaces” to “indent_subsequent_lines”. If It’s possible only for .markdown files.

0 Likes