ソースを参照

fix(misc) fix .editorconfig line width

factor2
Saúl Ibarra Corretgé 1年前
コミット
7a1ad18bc5
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      .editorconfig

+ 1
- 1
.editorconfig ファイルの表示

@@ -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]

読み込み中…
キャンセル
保存