grandcentrix-AndroidCodeStyle
grandcentrix-AndroidCodeStyle copied to clipboard
Android code style settings for Android Studio at grandcentrix
Hi Guys, We really want to use this plugin to improve the code style in out organization. We have developers using Windows, Mac, and Linux in future. Though, this plugin...
In my computer, MacOS, Android Studio 4.1, the config path has been changed to /Users/${your_name}/Library/Application Support/Google/AndroidStudio4.1. So, we need move the codestyle xml file to the new path .
Added windows instructions (issue #23)
refer to : #3 with kotlin it didn't work example ``` override fun onActivityCreated(savedInstanceState: Bundle?) { super.onActivityCreated(savedInstanceState) }} override fun onDestroy() { super.onDestroy() Timber.e("aaaaa") } override fun onAttach(context: Context) {...
By using `install.sh` script mentioned, whole team will be using the same code styles. However, when we need a change in this style, what is the best approach to propagate...
When using the install script to copy code style to a specific project, after opening project in Android Studio 3.5 the code style file gets corrupted with several configuration options...
Currently companion objects can be placed everywhere. We should move it to the bottom of the class because this is what the offical style guide of Kotlin says..
IntelliJ / Android Studio is lately changing the code style xml structure quite often when upgrading the IntelliJ / Android Studio version. This gets quite cumbersome to support as many...
Is there a way to get CI to enforce these codestyles? Like a gradle command. This way builds fail if a developer has style issues in their code