Update .editorconfig

This commit is contained in:
Bond_009 2022-02-04 21:42:09 +01:00
parent ff5256c7e2
commit c31dc8d923

View File

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