Sublime Forum

How does one accomplish this type of code alignment?

#1
{
           :symbol_name => "value_one"
      :long_symbol_name => "value_two"
    :longer_symbol_name => "value_three"
}

Secondly, what is this type of code alignment called?

0 Likes

#2

There are a bunch of Alignment Plugins that you can check out.
 


 
I prefer AlignTab, as you can perform alignment via live RegEx input, and you can also save commonly used patterns:

1 Like