Skip to content

Commit

Permalink
Updated max line length to 110
Browse files Browse the repository at this point in the history
  • Loading branch information
NishantTomar authored Aug 13, 2023
1 parent 62afc16 commit 7d54b6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ indent-after-paren=4
indent-string=' '

# Maximum number of characters on a single line.
max-line-length=100
max-line-length=110

# Maximum number of lines in a module.
max-module-lines=1000
Expand Down

0 comments on commit 7d54b6e

Please sign in to comment.