summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2015-08-04 13:55:17 -0700
committerNico Weber <thakis@chromium.org>2015-08-04 13:55:17 -0700
commit4807dd6fcac4d649f6ebba1ef018aa305639270d (patch)
treed6766b2e068e6a866c09da49af7382af36add5c0
parent5d711cb33cebaaf194b40683359c74e648ac5342 (diff)
downloadpdfium-4807dd6fcac4d649f6ebba1ef018aa305639270d.tar.xz
Add a .clang-format config file.
This is the .clang-format file I used to format everything. BUG=none R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1260183009 .
-rw-r--r--.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000000..2fb833a5df
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,2 @@
+# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
+BasedOnStyle: Chromium