From 434f1c28efc7630d5700599ac1ea735bff6bcb10 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Wed, 24 Feb 2021 12:09:18 +0100 Subject: [PATCH] Change max line length Signed-off-by: Hannes Achleitner --- .editorconfig | 3 +++ .gitignore | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 10cf82d2f2..e4467716c2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/.gitignore b/.gitignore index 0151476cde..c856e8d364 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,8 @@ tests/proguard-project.txt # Android Studio and Gradle specific entries .gradle -.idea +.idea/* +!.idea/codeStyles/ build /gradle.properties .attach_pid*