Change max line length

Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
This commit is contained in:
Hannes Achleitner 2021-02-24 12:09:18 +01:00
parent bb0e07a2d2
commit 434f1c28ef
2 changed files with 5 additions and 1 deletions

View File

@ -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

3
.gitignore vendored
View File

@ -28,7 +28,8 @@ tests/proguard-project.txt
# Android Studio and Gradle specific entries
.gradle
.idea
.idea/*
!.idea/codeStyles/
build
/gradle.properties
.attach_pid*