Configure line length in .editorconfig

This commit is contained in:
Francisco Giordano
2020-04-15 13:33:39 -03:00
parent b734bf3fa5
commit 3216fd9729

View File

@ -9,6 +9,7 @@ end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
[*.sol]
indent_size = 4