Parcourir la source

Configure line length in .editorconfig

Francisco Giordano il y a 5 ans
Parent
commit
3216fd9729
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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