Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upupdate README part about copying the code style to project #33
Conversation
|
The install script is doing basically the same as the manual import... Not
sure why it should break it.
Apart from that you should also remove the install script if its really an
issue
…On Tue, Sep 3, 2019, 5:07 PM lukaszkalnik ***@***.***> wrote:
Android Studio apparently messes up the code style when it is copied
directly to project via the install script.
So the only path to import the code style into a project is to install it
for the IDE and then import into the project via Android Studio settings.
------------------------------
You can view, comment on, or merge this pull request online at:
#33
Commit Summary
- update README part about copying the code style to project
File Changes
- *M* README.md
<https://github.com/grandcentrix/AndroidCodeStyle/pull/33/files#diff-0>
(17)
Patch Links:
- https://github.com/grandcentrix/AndroidCodeStyle/pull/33.patch
- https://github.com/grandcentrix/AndroidCodeStyle/pull/33.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#33?email_source=notifications&email_token=ACOBQ64Q73HBLYA4MJVHX2TQHZ4UPA5CNFSM4ITHPXN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJAM7FA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACOBQ6ZBMN3XDLPUC4C7QJ3QHZ4UPANCNFSM4ITHPXNQ>
.
|
|
The install script works correctly when used without the I have decided to just update the readme for now so there is no confusion. Also it anyway required update, as the names of the settings in Android Studio changed a little bit in the meantime. |
|
Could you please open a issue that we have to fix this sometime in the future? Thank you |
|
Created an issue #34 |
lukaszkalnik commentedSep 3, 2019
Android Studio apparently messes up the code style when it is copied directly to project via the install script.
So the only path to import the code style into a project is to install it for the IDE and then import into the project via Android Studio settings.