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

Case block indentation #399

Closed
RblSb opened this issue Dec 19, 2019 · 1 comment · Fixed by #402
Closed

Case block indentation #399

RblSb opened this issue Dec 19, 2019 · 1 comment · Fixed by #402

Comments

@RblSb
Copy link
Member

RblSb commented Dec 19, 2019

class Test {
	function new() {
		switch (true) {
			case true:|
			case false:
		}
	}
}

After Enter on case true: there should be indentation with four tabs instead of three.

@Gama11
Copy link
Member

Gama11 commented Dec 19, 2019

This is similar to #133. vshaxe doesn't do any auto-indentation.

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 a pull request may close this issue.

2 participants