mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
# See: cpplint --help # for all options
|
|
# Also: cpplint.py --filter= # for all filters
|
|
# Use - to turn off the requirement for a copyright comment
|
|
filter=-legal/copyright
|
|
linelength=80
|