Update EditorConfig for max length of 140

This commit is contained in:
CWX
2025-07-28 20:38:35 +01:00
parent 9db4f65002
commit 51430d55c9
+1
View File
@@ -6,6 +6,7 @@ insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 140
[{*.yaml,*.yml}]
charset = utf-8