mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
Change max line length
Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
This commit is contained in:
parent
bb0e07a2d2
commit
434f1c28ef
2 changed files with 5 additions and 1 deletions
|
@ -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
3
.gitignore
vendored
|
@ -28,7 +28,8 @@ tests/proguard-project.txt
|
|||
|
||||
# Android Studio and Gradle specific entries
|
||||
.gradle
|
||||
.idea
|
||||
.idea/*
|
||||
!.idea/codeStyles/
|
||||
build
|
||||
/gradle.properties
|
||||
.attach_pid*
|
||||
|
|
Loading…
Reference in a new issue