redhat-developer / yaml-language-server

Language Server for YAML Files
MIT License
1.1k stars 264 forks source link

Fix map key order default #860

Closed polyzen closed 1 year ago

polyzen commented 1 year ago

https://github.com/redhat-developer/yaml-language-server/blame/ba7452ee94105636f7c517394f378d09a71e2f6b/README.md#L55

What does this PR do?

Fixes the map key order default setting.

What issues does this PR fix or reference?

Is it tested? How?

  1. Open https://gitlab.archlinux.org/archlinux/neoasknot/-/blob/main/.gitlab-ci.yml locally in Neovim
  2. See a bunch of errors
  3. Rebuild yaml-ls with this change
  4. Reopen to see no errors
msivasubramaniaan commented 1 year ago

Duplicate of https://github.com/redhat-developer/yaml-language-server/pull/859