diff options
author | 2019-03-15 11:03:52 +0100 | |
---|---|---|
committer | 2019-03-15 11:07:05 +0100 | |
commit | 456cf2344a2ec1b4e6a68980569e7767e5fb5f3d (patch) | |
tree | 0f511f42db6f7d868d51b8862e902fc4b58416ef /libtransport/.clang-format | |
parent | e1033d6fac2ad70891a96695284b2c1e7013c91c (diff) |
[HICN-118] Add .clang-format file, format all libtransport project.
Change-Id: I61392567b648014eaa111fc2567770192fccffa6
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'libtransport/.clang-format')
-rw-r--r-- | libtransport/.clang-format | 14 |
1 files changed, 14 insertions, 0 deletions
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 |