summaryrefslogtreecommitdiff
path: root/.clang-format-none
diff options
context:
space:
mode:
authorThiƩbaud Weksteen <tweek@google.com>2020-10-23 15:51:49 +0200
committerThiƩbaud Weksteen <tweek@google.com>2020-10-23 17:46:17 +0200
commitcfdf96ecbd3f0814d801469504cf379140c01db3 (patch)
treec3eee588c81cdf2180b5bba5679439942fb49ef6 /.clang-format-none
parente1265705bd2ebb23e4338e9a1926efdbddc626b0 (diff)
downloadextras-cfdf96ecbd3f0814d801469504cf379140c01db3.tar.gz
Add .clang-format files
Adds standard .clang-format. This changes will be followed by (1) a series of change per directory to enable and fix the current formatting, using the most appropriate .clang-format configuration. (2) a final change to enable repohook clang-format for the whole repository. Test: None, these files are not in used yet. Change-Id: Ie873070586789107463ec56e53188339282f383b
Diffstat (limited to '.clang-format-none')
-rw-r--r--.clang-format-none7
1 files changed, 7 insertions, 0 deletions
diff --git a/.clang-format-none b/.clang-format-none
new file mode 100644
index 00000000..1ea7b50e
--- /dev/null
+++ b/.clang-format-none
@@ -0,0 +1,7 @@
+# This clang-format configuration may be included in subdirectories to disable
+# any warning.
+
+DisableFormat: true
+
+# This extra settings is required because of https://reviews.llvm.org/D67843.
+SortIncludes: false