Skip to content

Commit 353b04c

Browse files
committed
Use 80 chars, not 100
The lines in the files of this project are most often 80 chars or less, so let's use that as the convention for this project.
1 parent 3147dba commit 353b04c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
rules:
2121
line-length:
22-
max: 100
22+
max: 80
2323
# When the last item on a line can't be broken (e.g., a URL as a value),
2424
# it's rarely useful to flag it. The next 2 settings save developer time by
2525
# not requiring comment directives to disable warnings at every occurrence.

0 commit comments

Comments
 (0)