Преглед на файлове

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