BuildScripts/codeStyles/README.md

10 lines
742 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Настройки форматирования
Позволяют настроить одинаковое форматирования кода в Android Studio у всех, кто работает на проекте.
Настройки соответствуют [Правилам оформления Kotlin кода](https://styleguide.docs.touchin.ru/Coding/KotlinCodestyle.html)
### Как подключить к проекту:
1. Скопировать директорию `codeStyles` в директорию проекта [`.idea`](/.idea)
2. Добавить в [`.gitignore`](/.gitignore) строку `!.idea/codeStyles`
3. Перезапустить Android Studio, чтобы настройки применились