mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 12:23:09 +00:00
Add max_line_length to .editorconfig
This commit is contained in:
parent
cec2999983
commit
ac2c38735d
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
max_line_length = 100
|
||||||
|
|
||||||
[{Makefile,*.in}]
|
[{Makefile,*.in}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
Loading…
Reference in a new issue