Browse Source

Change max line length

Signed-off-by: Hannes Achleitner <hannes.software@gmx.at>
Hannes Achleitner 4 years ago
parent
commit
434f1c28ef
2 changed files with 5 additions and 1 deletions
  1. 3 0
      .editorconfig
  2. 2 1
      .gitignore

+ 3 - 0
.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

+ 2 - 1
.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*