mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 22:25:44 +03:00
Added Android Studio formatter setup
This commit is contained in:
parent
de3143627d
commit
89bf3e2073
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
1. Issue
|
||||
1. Contributing to Source Code
|
||||
1. Developing process
|
||||
1. Android Studio formatter setup
|
||||
1. Contribution process
|
||||
1. Fork and download android/master repository
|
||||
1. Create pull request
|
||||
|
@ -71,6 +72,13 @@ We are all about quality while not sacrificing speed so we use a very pragmatic
|
|||
* create [pull request](https://github.com/nextcloud/android/pulls)
|
||||
* to assure the quality of the app, any PR gets reviewed, approved and tested by [two developers](https://github.com/nextcloud/android/blob/master/MAINTAINERS) before it will be merged to master
|
||||
|
||||
### Android Studio formatter setup
|
||||
|
||||
Our formatter setup is rather simple:
|
||||
* Standard Android Studio
|
||||
* Line length 120 characters (Settings->Editor->Code Style->Right margin(columns): 120)
|
||||
* Auto optimize imports (Settings->Editor->Auto Import->Optimize imports on the fly)
|
||||
|
||||
|
||||
## Contribution process
|
||||
* Contribute your code in the branch 'master'. It will give us a better chance to test your code before merging it with stable code.
|
||||
|
|
Loading…
Reference in a new issue