chore: 将编辑器最大行宽从 100 调整为 120

This commit is contained in:
徐涛
2026-06-07 22:42:42 +08:00
parent fb1c530358
commit 59994bf55e
+1 -1
View File
@@ -8,7 +8,7 @@ end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
max_line_length = 100
max_line_length = 120
[*.java]
indent_size = 4