Commit cf9fd12a authored by Jiezhong Qiu's avatar Jiezhong Qiu
Browse files

relax max line length to 120

parent 68997976
......@@ -402,7 +402,7 @@ indent-after-paren=4
indent-string=' '
# Maximum number of characters on a single line.
max-line-length=81
max-line-length=120
# Maximum number of lines in a module.
max-module-lines=1000
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment