- Code: Select all
// 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:
- Code: Select all
"alignment_space_chars": [ ["=",1], ["#",2]]
For "=" only one space is insert, For "#" there are two spaces