From 8a92fcb95098534c77af69a2ed5a17f79199a731 Mon Sep 17 00:00:00 2001 From: Adam Gu Date: Mon, 23 Jul 2018 15:52:45 +0800 Subject: [PATCH] Add config file for cpplint. --- CPPLINT.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CPPLINT.cfg diff --git a/CPPLINT.cfg b/CPPLINT.cfg new file mode 100644 index 0000000..fc45f18 --- /dev/null +++ b/CPPLINT.cfg @@ -0,0 +1,3 @@ +set noparent +filter=+build,+readability,+runtime,+whitespace,-whitespace/indent,-legal/copyright +linelength=80 \ No newline at end of file