diff --git a/Code-Standards.md b/Code-Standards.md index e1f768e..73878c0 100644 --- a/Code-Standards.md +++ b/Code-Standards.md @@ -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;