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

FEATURE: Add indentation configuration #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

DanielSiepmann
Copy link
Contributor

Uses C Like indentation with adjusted configuration.

Respects multi line values and curly braces.

Does not indent within conditions so far.

Resolves #5

Uses C Like indentation with adjusted configuration.

Respects multi line values and curly braces.

Does not indent within conditions so far.
@DanielSiepmann
Copy link
Contributor Author

I could not fix # indentation. They are indented at level 0. Also I could not indent within conditions.
Still this is much better than before.

jirgn-cornelsen and others added 5 commits March 23, 2022 17:37
Allows to use all native supported ways.
Also some plugins pick this setting up to allow easily commenting /
uncommenting.
Add := and > as tsLineOperator.

Relates elmar-hinz#8
Those conflict with others like TypeScript anyway and should not be used
anymore.
typoscript and tsconfig are the official ones to use.
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