Tweak auto-format settings
Prefer lines that exceed 80 characters by a small margin to line breaks in argument lists
This commit is contained in:
parent
e9dad529f5
commit
2e7ffb4d14
19 changed files with 42 additions and 61 deletions
|
|
@ -10,5 +10,5 @@ fi
|
|||
|
||||
FILTERS='--filter=-legal/copyright,-readability/todo'
|
||||
|
||||
$CPPLINT --root=include $FILTERS include/tree_sitter/compiler.h 2>&1
|
||||
$CPPLINT --root=src $FILTERS $(find src/compiler -type f) 2>&1
|
||||
$CPPLINT --linelength=90 --root=include $FILTERS include/tree_sitter/compiler.h 2>&1
|
||||
$CPPLINT --linelength=90 --root=src $FILTERS $(find src/compiler -type f) 2>&1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue