Skip to content

Commit 5886719

Browse files
authored
chore(style): Update line length guidelines
1 parent 6d0664b commit 5886719

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ local function check()
325325
end
326326
```
327327

328-
When a function call makes a line go over 80 characters, **do** align the
328+
When a function call makes a line go over 100 characters, **do** align the
329329
overflowing arguments to the first one:
330330

331331
```lua
@@ -447,7 +447,7 @@ end
447447
local foo = bar and "hello" or "world"
448448
```
449449

450-
When an expression makes a line longer than 80 characters, **do** align the
450+
When an expression makes a line longer than 100 characters, **do** align the
451451
expression on the following lines:
452452

453453
```lua

0 commit comments

Comments
 (0)