mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Enable official code style when root dir is opened in Intellij
This commit is contained in:
committed by
Alexey Tsvetkov
parent
563dc37c9b
commit
014fb87429
@@ -1 +1,2 @@
|
||||
org.gradle.parallel=true
|
||||
kotlin.code.style=official
|
||||
|
||||
4
gradle.properties
Normal file
4
gradle.properties
Normal file
@@ -0,0 +1,4 @@
|
||||
# A hack to allow opening whole project dir in Intellij and using official code style.
|
||||
# Kotlin plugin does not import code style property from Gradle.
|
||||
# Instead it parses project's root gradle.properties file.
|
||||
kotlin.code.style=official
|
||||
Reference in New Issue
Block a user