refactor(workspace): update editorconfig

set max line width to 160
This commit is contained in:
parent dba62b4677
commit 6cb724bb6e
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -1,5 +1,6 @@
[*] [*.*]
tab_width = 2 tab_width = 2
indent_size = 1
indent_style = tab indent_style = tab
charset = utf-8 charset = utf-8
max_line_length = 80 max_line_length = 160