We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0664b commit 5886719Copy full SHA for 5886719
1 file changed
CONTRIBUTING.md
@@ -325,7 +325,7 @@ local function check()
325
end
326
```
327
328
-When a function call makes a line go over 80 characters, **do** align the
+When a function call makes a line go over 100 characters, **do** align the
329
overflowing arguments to the first one:
330
331
```lua
@@ -447,7 +447,7 @@ end
447
local foo = bar and "hello" or "world"
448
449
450
-When an expression makes a line longer than 80 characters, **do** align the
+When an expression makes a line longer than 100 characters, **do** align the
451
expression on the following lines:
452
453
0 commit comments