chore: 将编辑器最大行宽从 100 调整为 120
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ end_of_line = lf
|
|||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
max_line_length = 100
|
max_line_length = 120
|
||||||
|
|
||||||
[*.java]
|
[*.java]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|||||||
Reference in New Issue
Block a user