mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +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
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
max_line_length = 100
|
||||
|
||||
[{Makefile,*.in}]
|
||||
indent_style = tab
|
||||
|
|
Loading…
Reference in a new issue