editorconfig: set max line length to 120.
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user