浏览代码

Configure line length in .editorconfig

Francisco Giordano 5 年之前
父节点
当前提交
3216fd9729
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .editorconfig

+ 1 - 0
.editorconfig

@@ -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