summaryrefslogtreecommitdiff
path: root/.clang-format
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:56:23 -0700
commitb91597897846d706f5fc9c17ce502a81333f22da (patch)
tree523effaedb928fa46244ec0ccb44851768cce6b7 /.clang-format
parent9d8ec5a6e37e8d1d4d4edca9040de234e2d4728f (diff)
downloadpdfium-b91597897846d706f5fc9c17ce502a81333f22da.tar.xz
Merge to XFA: 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 .
Diffstat (limited to '.clang-format')
-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