Configure line length in .editorconfig
This commit is contained in:
@ -9,6 +9,7 @@ end_of_line = lf
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
max_line_length = 120
|
||||||
|
|
||||||
[*.sol]
|
[*.sol]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|||||||
Reference in New Issue
Block a user