fix unsupported editorconfig setting

This commit is contained in:
h1dden-da3m0n 2021-05-14 17:20:36 +02:00
parent bc07b8af53
commit bedefb494f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
max_line_length = null
max_line_length = 9999
# YAML indentation
[*.{yml,yaml}]