mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +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
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
max_line_length = 150
|
||||
|
||||
[CHANGES]
|
||||
indent_size = 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue