From 1d04ac5ae6827d8c6e9128038e427511a9c141d9 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 2 Dec 2019 16:41:32 +0100 Subject: [PATCH] .cpplint: filter=-legal/copyright ; linelength=80 --- .cpplint | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cpplint diff --git a/.cpplint b/.cpplint new file mode 100644 index 000000000..8b90d4a39 --- /dev/null +++ b/.cpplint @@ -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