Update Code Standards
parent
962b69960b
commit
4c01cb931f
|
@ -1,6 +1,6 @@
|
|||
Writing clean and understandable code is GitNex core value from the start. Here are the few standards when writing code for GitNex.
|
||||
|
||||
**Note: You can use code reformat in Android Studio(Code -> Reformat Code) to format the code automatically. GitNex has code style applied already.**
|
||||
**Note: GitNex uses Google Spotless to reformat the code, which the CI can also pass. To apply the formatting, run `./gradlew :app:spotlessApply` in the project's root directory before committing the changes.**
|
||||
|
||||
```
|
||||
package org.mian.gitnex.adapters;
|
||||
|
|
Loading…
Reference in New Issue