Browse Source

fix(misc) fix .editorconfig line width

factor2
Saúl Ibarra Corretgé 1 year ago
parent
commit
7a1ad18bc5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .editorconfig

+ 1
- 1
.editorconfig View File

@@ -6,7 +6,7 @@ charset = utf-8
6 6
 end_of_line = lf
7 7
 indent_size = 4
8 8
 indent_style = space
9
-max_line_length = 80
9
+max_line_length = 120
10 10
 trim_trailing_whitespace = true
11 11
 
12 12
 [*.md]

Loading…
Cancel
Save