提交 bca6c99b 编写于 作者: R rebornix

Fix #29799. Fix typo for autoIndent description.

上级 280ea0b1
......@@ -405,7 +405,7 @@ const editorConfiguration: IConfigurationNode = {
'editor.autoIndent': {
'type': 'boolean',
'default': EDITOR_DEFAULTS.autoIndent,
'description': nls.localize('autoIndent', "Controls if the editor should automatically adjust the indenation when users type, paste or move lines. Indentation Rules of the language must be available. ")
'description': nls.localize('autoIndent', "Controls if the editor should automatically adjust the indentation when users type, paste or move lines. Indentation rules of the language must be available. ")
},
'editor.suggestOnTriggerCharacters': {
'type': 'boolean',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册