From bad076bbe93c1c83a19c4555615a1d5922228f16 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 3 Dec 2021 16:18:53 +0000 Subject: [PATCH] Added kotlin.code.style = official --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e7d14ddf..f2a826f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,3 @@ version = 6.14.1 -plugin-name = eco \ No newline at end of file +plugin-name = eco +kotlin.code.style = official \ No newline at end of file