Remove max_line_length rule

This commit is contained in:
Goooler
2023-04-12 23:22:39 +08:00
parent ad77e554fe
commit b8d221896f

View File

@@ -5,7 +5,6 @@ charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 100
trim_trailing_whitespace = true
[*.{yml,yaml}]