de-jcup / eclipse-jenkins-editor

Jenkins Editor - A eclipse plugin to edit "Jenkinsfile" files
https://marketplace.eclipse.org/content/jenkins-editor
Apache License 2.0
45 stars 5 forks source link

Inconsistent indentation #40

Open jamiejackson opened 6 years ago

jamiejackson commented 6 years ago

How do I achieve consistent indentation (either tabs or spaces, but not both)?

If I type pipeline {, it autocompletes with:

image

Now if I hit the spacebar, I have:

image