summaryrefslogtreecommitdiff
path: root/fuzz/.clang-format
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-10-12 15:30:05 +0200
committerTim Taubert <ttaubert@mozilla.com>2016-10-12 15:30:05 +0200
commit1089ca030d99ea7f4606fc57d3f8566ff2bf5d62 (patch)
tree5a3f978c9afa2d3a398e8b652924d3db39bd3cf7 /fuzz/.clang-format
parent6d7cbd409ccfb18bc0dd7db5757d49189d9affa0 (diff)
downloadnss-hg-1089ca030d99ea7f4606fc57d3f8566ff2bf5d62.tar.gz
Bug 1308874 - Land basic libFuzzer fuzzing framework r=franziskus
Differential Revision: https://nss-dev.phacility.com/D76
Diffstat (limited to 'fuzz/.clang-format')
-rw-r--r--fuzz/.clang-format4
1 files changed, 4 insertions, 0 deletions
diff --git a/fuzz/.clang-format b/fuzz/.clang-format
new file mode 100644
index 000000000..06e3c5115
--- /dev/null
+++ b/fuzz/.clang-format
@@ -0,0 +1,4 @@
+---
+Language: Cpp
+BasedOnStyle: Google
+...