editorconfig: set max line length to 120.

This commit is contained in:
evazion
2022-11-05 17:09:43 -05:00
parent 21a3763f0f
commit 3f99b1093a

View File

@@ -1,10 +1,12 @@
root = true root = true
[**.{js,rb,css,scss,erb,md,json,yml}] [**.{js,rb,css,scss,erb,md,json,yml}]
charset = utf-8
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true trim_trailing_whitespace = true
[**.html.erb] [**.html.erb]