Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 925e6fa

Browse files
committedSep 4, 2023
Set max line length in .editorconfig to 100
It is enforced by CI, but it wasn't set in the config.
1 parent b02c792 commit 925e6fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ root = true
33
[src/*]
44
end_of_line = lf
55
insert_final_newline = true
6+
max_line_length = 100
67

78
[ci/*.sh]
89
indent_style = space

0 commit comments

Comments
 (0)
Please sign in to comment.