diff options
author | Kim Alvefur <zash@zash.se> | 2023-07-15 10:25:10 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-07-15 10:25:10 +0200 |
commit | a872f379dc9e6986e7e11ea163f2c7474e033028 (patch) | |
tree | 2780fc3089c27b50b0f5fe5215268abc0bb4da3b /.editorconfig | |
parent | b2c40bfe79fb737375bc5f2f4200865b3f575ca8 (diff) | |
download | prosody-a872f379dc9e6986e7e11ea163f2c7474e033028.tar.gz prosody-a872f379dc9e6986e7e11ea163f2c7474e033028.zip |
editorconfig: Specify max line length to match luacheck settings
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 4a1b79bf..a17121ba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |