refactor(workspace): update editorconfig
set max line width to 160
This commit is contained in:
parent
dba62b4677
commit
6cb724bb6e
@ -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
|
Loading…
Reference in New Issue
Block a user