From 4c01cb931f5dcea28de97b619472e4ead706b3d3 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Tue, 26 Sep 2023 07:25:36 +0000 Subject: [PATCH] Update Code Standards --- Code-Standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;