Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
@@ -13,6 +13,9 @@ max_line_length=120
indent_style=space
indent_size=4
+[*.yml]
+max_line_length=150
+
charset=utf-8
# Trimming is good for consistency
@@ -28,7 +28,8 @@ tests/proguard-project.txt
# Android Studio and Gradle specific entries
.gradle
-.idea
+.idea/*
+!.idea/codeStyles/
build
/gradle.properties
.attach_pid*