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:55:17 -0700 |
commit | 4807dd6fcac4d649f6ebba1ef018aa305639270d (patch) | |
tree | d6766b2e068e6a866c09da49af7382af36add5c0 /.clang-format | |
parent | 5d711cb33cebaaf194b40683359c74e648ac5342 (diff) | |
download | pdfium-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 .
Diffstat (limited to '.clang-format')
-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 |