sublime-text-i18n-rails icon indicating copy to clipboard operation
sublime-text-i18n-rails copied to clipboard

Yaml formatting

Open nicosantangelo opened this issue 10 years ago • 13 comments

Right now, when a key is added or edited, the yaml file gets sorted in alphabetical order and quotes are deleted. For example:

From this:

en:
  test:
    new: "Bye"
    index:
      few: "Hello"

to this:

en:
  test:
    index:
      few: Hello
    new: Bye

nicosantangelo avatar Dec 26 '13 13:12 nicosantangelo