mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
editorconfig: Specify max line length to match luacheck settings
This commit is contained in:
parent
b2c40bfe79
commit
a872f379dc
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ end_of_line = lf
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
max_line_length = 150
|
||||||
|
|
||||||
[CHANGES]
|
[CHANGES]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue