Open gdlx opened 12 years ago
You can achieve this by creating a file YAML.sublime-settings in the alignment package folder. Content:
{
"alignment_chars": ["\"", "'"],
"alignment_space_chars": ["\"", "'"]
}
However, this won't work for YAML where you don't have either ' or " For instance this yaml won't align properly with the above settings, as the number won't get recognized.
cow:
number: 5
name: "donkey"
Hi,
When using alignment on a yaml file, it aligns keys. Exemple :
On this block :
Alignment does this :
I think it should do this :