-
Notifications
You must be signed in to change notification settings - Fork 42
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
Include a link to EditorConfig-Action #117
Comments
cc @zbeekman |
I don't see why not; though, ECLint is one of those projects that seemed like a good idea at the time, but now I regret creating it. Only because it's not AST-aware, which means it can't really do a reliable job at fixing or even checking indentation. I recommend Prettier, which supports multiple file formats as well as EditorConfig. On top of that, language specific tools should be doing the job. |
While I agree that tools which are AST aware can provide much better functionality, for some languages, like Fortran (modern and antiquated) there are currently no such tools and I would fully support a link to EditorConfig-Action on the EditorConfig website, if you would like to put one there. |
@zbeekman Do you have a logo? If you don't have one, I'm thinking about what can be the best image as a placeholder... |
https://github.com/zbeekman/EditorConfig-Action/blob/master/assets/GH-social.xcf is the GIMP file I used for the social preview. Feel free to hack out the topline github logo & text or otherwise modify it. Otherwise, the combination of OctoCat Double Blink, Square Heart and EditorConfig Logo is the closest thing I have to an official logo. These could stand to have an anti-aliasing pass, but I have other things I need to do at the moment. Something like: |
@zbeekman Sorry for the delay. Would you mind sending a PR for this? I'm not sure though whether GitHub allows us to do so... |
I would add on the website a link to EditorConfig-Action (excellent work!), which uses eclint. @jedmao opinions?
The text was updated successfully, but these errors were encountered: