aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/.clang-format
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-03-15 11:03:52 +0100
committerMauro Sardara <msardara@cisco.com>2019-03-15 11:07:05 +0100
commit456cf2344a2ec1b4e6a68980569e7767e5fb5f3d (patch)
tree0f511f42db6f7d868d51b8862e902fc4b58416ef /libtransport/.clang-format
parente1033d6fac2ad70891a96695284b2c1e7013c91c (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-format14
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