-
Notifications
You must be signed in to change notification settings - Fork 772
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
Support for .editorconfig file format #61
Comments
Supporting how? IntelliJ IDEA already recognizes the file if it's present. |
I mean, if I would like to use |
This should be easy. Feel free to send a PR. It's just spaces indent, 2 spaces, trim trailing space, newline at end of file. |
Android Studio supports exporting Code Style as EditorConfig file. |
Hi,
What do you think about supporting
.editorconfig
file format? It looks like pretty interesting project and it's independent from the IDE. I suppose, such support would require writing 2 new.editorconfig
files basing onconfig/codestyles/Square.xml
andconfig/codestyles/SquareAndroid.xml
.Reference link: https://editorconfig.org/
By the way: thanks for providing great code styles. I'm using it in all of my java, kotlin and android open-source projects :).
Regards,
Piotr
The text was updated successfully, but these errors were encountered: