PT #159413155: Generic YAML editor with spaces instead of tab indent

This commit is contained in:
BoykoAlex
2018-08-22 18:26:08 -04:00
parent 6647b58d9d
commit a186bc35a8
7 changed files with 103 additions and 6 deletions

View File

@@ -34,7 +34,7 @@
point="org.eclipse.ui.editors">
<editorContentTypeBinding
contentTypeId="org.springframework.tooling.concourse.pipeline"
editorId="org.eclipse.ui.genericeditor.GenericEditor">
editorId="org.springframework.tooling.ls.eclipse.commons.YamlGenericEditor">
</editorContentTypeBinding>
</extension>
@@ -42,7 +42,7 @@
point="org.eclipse.ui.editors">
<editorContentTypeBinding
contentTypeId="org.springframework.tooling.concourse.task"
editorId="org.eclipse.ui.genericeditor.GenericEditor">
editorId="org.springframework.tooling.ls.eclipse.commons.YamlGenericEditor">
</editorContentTypeBinding>
</extension>