You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IDE will slightly change the XML after the coping.
36
35
37
36
### Manually (the hard way)
38
-
1. Copy the [`grandcentrix.xml`](styles/grandcentrix.xml) into (MacOS) ``~/Library/Preferences/AndroidStudio{VERSION}/codestyles/`` or (Linux) ``~/.AndroidStudio{VERSION}/config/codestyles/``
37
+
1. Copy the [`apprenticefs.xml`](styles/apprenticefs.xml) into (MacOS) ``~/Library/Preferences/AndroidStudio{VERSION}/codestyles/`` or (Linux) ``~/.AndroidStudio{VERSION}/config/codestyles/``
39
38
2. Restart AndroidStudio
40
39
3. Select the codestyle scheme via `Preferences --> Editor --> Code Style`.
41
40
@@ -44,7 +43,7 @@ The codestyle will be enabled/used for **all projects** that are used with Andro
44
43
## Enabling project specific code styles for a project
45
44
If the codestyle is added to the git repository and IntelliJ is configured accordingly each project can have it's own style.
46
45
47
-
1. Install the [`grandcentrix.xml`](styles/grandcentrix.xml) locally (see above)
46
+
1. Install the [`apprenticefs.xml`](styles/apprenticefs.xml) locally (see above)
48
47
2. Restart AndroidStudio
49
48
3. In AndroidStudio, go to `Preferences --> Code style`
50
49
4. Open the scheme manager by clicking on `Manage...`
@@ -62,7 +61,7 @@ Then you can create a PR to this repository.
62
61
63
62
The PR should always contain:
64
63
* Some information what have changed.
65
-
* A updated [`grandcentrix.xml`](styles/grandcentrix.xml).
64
+
* A updated [`apprenticefs.xml`](styles/apprenticefs.xml).
0 commit comments