Add new formatting setting xml.format.splitAttributesIndentSize#386
Merged
angelozerr merged 1 commit intoredhat-developer:masterfrom Dec 23, 2020
Merged
Add new formatting setting xml.format.splitAttributesIndentSize#386angelozerr merged 1 commit intoredhat-developer:masterfrom
xml.format.splitAttributesIndentSize#386angelozerr merged 1 commit intoredhat-developer:masterfrom
Conversation
Contributor
Author
|
Please see the server side changes: eclipse-lemminx/lemminx#952 |
fbricon
reviewed
Dec 22, 2020
angelozerr
reviewed
Dec 23, 2020
63101e9 to
ca04f28
Compare
xml.format.numberOfIndentsForSplitAttributesxml.format.splitAttributesIndentSize
Contributor
Author
|
ca04f28 to
9887843
Compare
angelozerr
reviewed
Dec 23, 2020
Contributor
|
@datho7561 the new |
9887843 to
f646d17
Compare
datho7561
commented
Dec 23, 2020
angelozerr
reviewed
Dec 23, 2020
f646d17 to
f3c81e2
Compare
Add a new setting which controls the level of indentation of attributes with respect to their parent element when `xml.format.splitAttributes` is set to `true`. Based off of a comment by Cong Wang (@I322871) on the vscode-xml Gitter Signed-off-by: David Thompson <davthomp@redhat.com>
f3c81e2 to
caad279
Compare
angelozerr
approved these changes
Dec 23, 2020
Contributor
|
Thanks @datho7561 ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a new setting which controls the level of indentation of attributes
with respect to their parent element when
xml.format.splitAttributesis set to
true.Based off of a comment by Cong Wang (@I322871) on the vscode-xml Gitter
Signed-off-by: David Thompson davthomp@redhat.com