Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Sublime settings since it does have auto-indent #1064

Merged
merged 1 commit into from Nov 12, 2019

Conversation

ckipp01
Copy link
Member

@ckipp01 ckipp01 commented Nov 12, 2019

I was doing some testing with this pr sublimelsp/LSP#772 to see how it would work with the new "implement all memebers" and it seems that Submlime does put in the auto-ident just like VS-Code and Atom does. I originally had this marked to false for Sublime causing it to look like so in Sublime

object Main {
	trait Foo {
		def foo: Int
		def bar: Int
		def car: Int
	}

	val x = new Foo {
		def foo: Int = ???
		  def bar: Int = ???
		  def car: Int = ???
	}
}

This will fix that.

@ckipp01 ckipp01 changed the title update submlime settings since it does have auto-indent Update submlime settings since it does have auto-indent Nov 12, 2019
Copy link
Member

@gabro gabro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@ckipp01 ckipp01 changed the title Update submlime settings since it does have auto-indent Update Sublime settings since it does have auto-indent Nov 12, 2019
Copy link
Member

@olafurpg olafurpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Thank you for following up on this!

@olafurpg olafurpg merged commit 05017dc into scalameta:master Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants