From 456cf2344a2ec1b4e6a68980569e7767e5fb5f3d Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Fri, 15 Mar 2019 11:03:52 +0100 Subject: [HICN-118] Add .clang-format file, format all libtransport project. Change-Id: I61392567b648014eaa111fc2567770192fccffa6 Signed-off-by: Mauro Sardara --- libtransport/.clang-format | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libtransport/.clang-format (limited to 'libtransport/.clang-format') diff --git a/libtransport/.clang-format b/libtransport/.clang-format new file mode 100644 index 000000000..513da4d69 --- /dev/null +++ b/libtransport/.clang-format @@ -0,0 +1,14 @@ +# Copyright (c) 2017-2019 Cisco and/or its affiliates. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at: +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +BasedOnStyle: Google \ No newline at end of file -- cgit 1.2.3-korg