TypeFox / yang-lsp

A Language Server for YANG
http://www.yang-central.org
Apache License 2.0
51 stars 13 forks source link

Honor LSP formatting options #229

Closed dhuebner closed 9 months ago

dhuebner commented 9 months ago

Currently the FormattingOptions indentation setting for format request are overwritten with the value provided by IIndentationInformation we should prefer the IDE bypassed settings.

See TypeFox/yang-vscode/issues/70

dhuebner commented 9 months ago

Fixed in master