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

Change indent size based on .editorconfig in Webstorm #26

Open
adriantadros opened this issue Jul 4, 2015 · 0 comments
Open

Change indent size based on .editorconfig in Webstorm #26

adriantadros opened this issue Jul 4, 2015 · 0 comments

Comments

@adriantadros
Copy link

My project in Webstorm uses an .editorconfig file which looks like this:

[*]
indent_style = space
indent_size = 2

Webstorm enforces this config for all files in my project except for my *.dust files. The dust files use an indent size of 4.

Is there a way to ensure dust templates follow the rules defined in the .editorconfig file?

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

No branches or pull requests

1 participant