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

Convert indentation in doc comments? #51

Closed
Gama11 opened this issue Jul 21, 2018 · 0 comments
Closed

Convert indentation in doc comments? #51

Gama11 opened this issue Jul 21, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Gama11
Copy link
Member

Gama11 commented Jul 21, 2018

While we should probably preserve the same level of indentation in doc comments because of #38, we might still want to convert the indentation character / width? E.g. if you switch from using spaces to tabs, doc comments would be left alone, which means you end up with two different indent styles.

{}

---

class Main {
    /**
        Description
    **/
    static public function main() {}
}

---

class Main {
	/**
		Description
	**/
	static public function main() {}
}

Right now the result is this:

@Gama11 Gama11 added the enhancement New feature or request label Jul 21, 2018
@Gama11 Gama11 added this to the vshaxe milestone Jul 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant