Sublime Forum

PlugIn:Alignment: allow user to control space to insert

#1

// If the following character is matched for alignment, insert a space // before it in the final alignment "alignment_space_chars": "=", "#"]

It will be handy to have:

  "alignment_space_chars":  "=",1], "#",2]]

For “=” only one space is insert, For “#” there are two spaces

0 Likes