Skip to content

Commit e0cd098

Browse files
imrocdlech
andauthored
remove \n in README (#1068)
fix typo Signed-off-by: roc <roc@imroc.cc> Co-authored-by: David Lechner <david@lechnology.com>
1 parent 82d8808 commit e0cd098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following settings are supported:
4949
- `http.proxyStrictSSL`: If true the proxy server certificate should be verified against the list of supplied CAs. Default is false.
5050
- `[yaml].editor.formatOnType`: Enable/disable on type indent and auto formatting array
5151
- `yaml.disableDefaultProperties`: Disable adding not required properties with default values into completion text
52-
- `yaml.suggest.parentSkeletonSelectedFirst`: If true, the user must select some parent skeleton first before autocompletion starts to suggest the rest of the properties.\nWhen yaml object is not empty, autocompletion ignores this setting and returns all properties and skeletons.
52+
- `yaml.suggest.parentSkeletonSelectedFirst`: If true, the user must select some parent skeleton first before autocompletion starts to suggest the rest of the properties. When yaml object is not empty, autocompletion ignores this setting and returns all properties and skeletons.
5353
- `yaml.style.flowMapping` : Forbids flow style mappings if set to `forbid`
5454
- `yaml.style.flowSequence` : Forbids flow style sequences if set to `forbid`
5555
- `yaml.keyOrdering` : Enforces alphabetical ordering of keys in mappings when set to `true`. Default is `false`

0 commit comments

Comments
 (0)