Skip to content

Commit

Permalink
Change max line length
Browse files Browse the repository at this point in the history
Signed-off-by: Hannes Achleitner <[email protected]>
  • Loading branch information
hannesa2 committed Feb 25, 2021
1 parent bb0e07a commit 434f1c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ tests/proguard-project.txt

# Android Studio and Gradle specific entries
.gradle
.idea
.idea/*
!.idea/codeStyles/
build
/gradle.properties
.attach_pid*
Expand Down

0 comments on commit 434f1c2

Please sign in to comment.