After I update Android Studio to 3.2.x, every time I create a project, its Code Style Scheme (in Preference -> Editor -> Code Style) auto be default \"Project\", not what I set
After a lot of work, I solved this problem as below:
Open gradle.properties
file in project root directory, I find code kotlin.code.style=official
, simply delete this line code, then the problem is solved.
Maybe Android Studio is confused by this code, or code style set by this line code have conflict with the Code Style Scheme set in IDE. If what i guess is right, then this is a bug of Android Studio.