aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/.clang-format
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-03-15 18:15:24 +0000
committerGerrit Code Review <gerrit@fd.io>2019-03-15 18:15:24 +0000
commitceaf5f603dc45694509ca96fa3fbede33ed83dd6 (patch)
tree712f17f60f15cfe06b5279f211f935444cf8c773 /libtransport/.clang-format
parent1a501cd9146907e187899287d49ac57b90d36245 (diff)
parent456cf2344a2ec1b4e6a68980569e7767e5fb5f3d (diff)
Merge "[HICN-118] Add .clang-format file, format all libtransport project."
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