.cpplint: filter=-legal/copyright ; linelength=80

This commit is contained in:
Christian Clauss
2019-12-02 16:41:32 +01:00
committed by GitHub
parent c240cc1b4f
commit 1d04ac5ae6

5
.cpplint Normal file
View File

@@ -0,0 +1,5 @@
# 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