-
Notifications
You must be signed in to change notification settings - Fork 13
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
Set indentation style for composer.json #56
Comments
To improve this over all available editors, i've created a couple of issues: |
@gossi this will be more annoying than i thought it would be: Making |
Spaces suck! 👅 (edit: that tongue looks really ugly!) I thought about a formatter for the Json Editor. Where indentation character and count can be configured. May be worth it's own project an consumed by the mentioned libs/plugins. And then the Composer-Plugin can use the formatter from the Json Editor, which sounds better to me than an integration into the composer-plugin itself. |
@gossi actually the embedded json editor already has options for that, see What i meant with the The thing is: We'd need to inject those preferences somehow into the above mentioned formatter. |
I read about Ref: https://groups.google.com/forum/?fromgroups=#!topic/editorconfig/0TYJ4AciIYg Two people wanted to implemented editorconfig into eclipse, not yet done. |
Yeah, regarding this issue here i'd say there are 2 tasks:
Btw: there is a global setting in the Eclipse preferences for this: So the question is: Why do editors implement custom indentation settings in the first place and don't use the global settings? That would make |
I prefer spaces over tabs ;)
The text was updated successfully, but these errors were encountered: