diff options
author | Nico Weber <thakis@chromium.org> | 2015-08-04 13:55:17 -0700 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2015-08-04 13:56:23 -0700 |
commit | b91597897846d706f5fc9c17ce502a81333f22da (patch) | |
tree | 523effaedb928fa46244ec0ccb44851768cce6b7 | |
parent | 9d8ec5a6e37e8d1d4d4edca9040de234e2d4728f (diff) | |
download | pdfium-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 .
-rw-r--r-- | .clang-format | 2 |
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 |