Link from CONTRIBUTING.md to dev onboarding (#686)
* Link from CONTRIBUTING.md to dev onboarding * Update table of contents
This commit is contained in:
parent
0eb195560b
commit
14940d5c34
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
<!--- TOC -->
|
<!--- TOC -->
|
||||||
|
|
||||||
* [Contributing code to Matrix](#contributing-code-to-matrix)
|
* [Contributing code to Matrix](#contributing-code-to-matrix)
|
||||||
|
* [Developer onboarding](#developer-onboarding)
|
||||||
* [Android Studio settings](#android-studio-settings)
|
* [Android Studio settings](#android-studio-settings)
|
||||||
* [Compilation](#compilation)
|
* [Compilation](#compilation)
|
||||||
* [Strings](#strings)
|
* [Strings](#strings)
|
||||||
|
|
@ -32,6 +33,10 @@ Element X Android support can be found in this room: [.
|
||||||
|
|
||||||
## Android Studio settings
|
## Android Studio settings
|
||||||
|
|
||||||
Please set the "hard wrap" setting of Android Studio to 160 chars, this is the setting we use internally to format the source code (Menu `Settings/Editor/Code Style` then `Hard wrap at`).
|
Please set the "hard wrap" setting of Android Studio to 160 chars, this is the setting we use internally to format the source code (Menu `Settings/Editor/Code Style` then `Hard wrap at`).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue