Kotlin predefined code style synchronisation with oficial guide

320 Views Asked by At

I found excellent guide how to apply predefined code style from official site.

Apply code style

But I can't found any information about how to automatically keep this setting up to date. For note, coding convention page was updated 16 times in 2018 year.
May be I already obtain this updates with new version of Android Studio?

1

There are 1 best solutions below

2
yole On BEST ANSWER

The updates to the coding conventions page are clarifications to the text, not changes in the way code is supposed to be formatted. None of them require any updates to IDE settings.