Go to file
KirillKhoroshkov 98bd66290e Moved info to the main README file 2023-03-27 01:20:56 +03:00
codeStyles Moved info to the main README file 2023-03-27 01:20:56 +03:00
codestyles Kotlin analysis and Idea formating (#17) 2017-08-07 15:32:34 +03:00
gradle small fixes 2022-09-14 19:38:43 +03:00
proguard Merge remote-tracking branch 'origin/master' into gradle/plugins 2020-09-08 15:43:43 +03:00
scripts Update scripts/export_src.sh 2023-03-08 19:34:19 +00:00
static_analysis_configs Deleted detekt.UseDataClass rule 2021-12-08 17:57:07 +03:00
xcode Common `Makefile` indentations converted to tabs 2023-01-16 12:22:21 +03:00
.gitignore refactor: add gitignore 2021-09-13 18:47:44 +03:00
.gitmodules Replace build_options_helper with submodule 2020-06-15 13:05:06 +03:00
README.md Moved info to the main README file 2023-03-27 01:20:56 +03:00
code.style.schemes Kotlin analysis and Idea formating (#17) 2017-08-07 15:32:34 +03:00
code.style.schemes.xml Kotlin analysis and Idea formating (#17) 2017-08-07 15:32:34 +03:00

README.md

BuildScripts

Настройки форматирования

Позволяют настроить одинаковое форматирования кода в Android Studio у всех, кто работает на проекте. Настройки соответствуют Правилам оформления Kotlin кода

Как подключить к проекту:

  1. Скопировать директорию codeStyles в директорию проекта .idea
  2. Добавить в .gitignore строку !.idea/codeStyles
  3. Перезапустить Android Studio, чтобы настройки применились