Commit 3216fd97 by Francisco Giordano

Configure line length in .editorconfig

parent b734bf3f
...@@ -9,6 +9,7 @@ end_of_line = lf ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment